Report Class
Represents report-specific information and methods that enable delivery extensions to deliver reports to users.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
Public MustInherit Class Report
public abstract class Report
public ref class Report abstract
public abstract class Report
public abstract class Report
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 Using the Report Class for a Delivery Extension.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.Interfaces.Report
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Report Members
Microsoft.ReportingServices.Interfaces Namespace