Notification.Report プロパティ
サブスクリプションに関連付けられたレポートに関する情報を含む Report オブジェクトです。
名前空間: 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
通知に関連付けられたレポートに関する情報です。