Report Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents report-specific information and methods that enable delivery extensions to deliver reports to users.
public ref class Report abstract
public abstract class Report
type Report = class
Public MustInherit Class Report
- Inheritance
-
Report
Remarks
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).
Constructors
Report() |
Initializes a new instance of the Report class. |
Properties
Date |
Gets the server date and time at which the report was executed. |
Name |
Gets the name of the report that is associated with the notification. |
URL |
Gets the URL to the report on the report server. |
Methods
Render(String, String) |
Renders a report in a specific format using the information stored in the properties of the Report object. |