Share via


Notification.Report Property

A Report object containing information about the report that is associated with the subscription.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Report As Report
    Get
'Usage
Dim instance As Notification
Dim value As Report

value = instance.Report
public abstract Report Report { get; }
public:
virtual property Report^ Report {
    Report^ get () abstract;
}
abstract Report : Report
abstract function get Report () : Report

Property Value

Type: Microsoft.ReportingServices.Interfaces.Report
Information about the report that is associated with the notification.