Właściwość Notification.Report
A Report obiektu zawierającego informacje o raporcie, która jest skojarzona z subskrypcja.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property Report As Report
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.Interfaces.Report
Informacje na temat raportu skojarzony z powiadomienie.