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.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.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.

See Also

Reference

Notification Class

Microsoft.ReportingServices.Interfaces Namespace