Compartilhar via


Classe Report

Represents report-specific information and methods that enable delivery extensions to deliver reports to users.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.Interfaces.Report

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Public MustInherit Class Report
'Uso
Dim instance As Report
public abstract class Report
public ref class Report abstract
[<AbstractClassAttribute>]
type Report =  class end
public abstract class Report

O tipo Report expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido Report Initializes a new instance of the Report class.

Início

Propriedades

  Nome Descrição
Propriedade pública Date Gets the server date and time at which the report was executed.
Propriedade pública Name Gets the name of the report that is associated with the notification.
Propriedade pública URL Gets the URL to the report on the report server.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Render Renders a report in a specific format using the information stored in the properties of the Report object.
Método público ToString (Herdado de Object.)

Início

Comentários

This constructor is called by derived class constructors to initialize state in this type.

The Report class represents a report in the report server database. Any subscription is associated with a specific report. The report is contained in the notification. Your delivery extension can use the Report object that is part of the notification to render the report. For more information about the Report class, see Acesso à URL (SSRS).

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.Interfaces