Report Class
Updated: February 25, 2016
Represents report-specific information and methods that enable delivery extensions to deliver reports to users.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | Report() | Initializes a new instance of the Report class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Render(String^, String^) | Renders a report in a specific format using the information stored in the properties of the Report object. |
![]() | ToString() | (Inherited from Object.) |
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 Access (SSRS).
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


