Report Class

Definition

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.

Applies to