Notification.Report 屬性
A Report object containing information about the report that is associated with the subscription.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property Report As Report
Get
'用途
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
屬性值
型別:Microsoft.ReportingServices.Interfaces.Report
Information about the report that is associated with the notification.