Report Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.Interfaces.Report

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   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

The Report type exposes the following members.

Constructors

  Name Description
Protected method Report

Top

Properties

  Name Description
Public property Date The server date and time at which the report was executed.
Public property Name The name of the report that is associated with the notification.
Public property URL The URL to the report on the report server.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Render Renders a report in a specific format using the information stored in the properties of the Report object.
Public method ToString (Inherited from Object.)

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.