Proprietà Report

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

Spazio dei nomi:  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Report As Report
    Get
'Utilizzo
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

Valore proprietà

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