Condividi tramite


Classe Report

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Report

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
Public MustInherit Class Report
'Utilizzo
Dim instance As Report
public abstract class Report
public ref class Report abstract
[<AbstractClassAttribute>]
type Report =  class end
public abstract class Report

Nel tipo Report sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto Report

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Date The server date and time at which the report was executed.
Proprietà pubblica Name The name of the report that is associated with the notification.
Proprietà pubblica URL The URL to the report on the report server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Render Renders a report in a specific format using the information stored in the properties of the Report object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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 Accesso con URL.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.