Freigeben über


Notification.Report-Eigenschaft

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

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

Eigenschaftswert

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

Siehe auch

Verweis

Notification Klasse

Microsoft.ReportingServices.Interfaces-Namespace