Freigeben über


Report-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

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

Der Report-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode Report

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Date The server date and time at which the report was executed.
Öffentliche Eigenschaft Name The name of the report that is associated with the notification.
Öffentliche Eigenschaft URL The URL to the report on the report server.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Render Renders a report in a specific format using the information stored in the properties of the Report object.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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 URL-Zugriff.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.