ドリルスルー アクションの対象のレポートを取得します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public ReadOnly Property Report As Report
Get
'使用
Dim instance As DrillthroughEventArgs
Dim value As Report
value = instance.Report
public Report Report { get; }
public:
property Report^ Report {
Report^ get ();
}
member Report : Report
function get Report () : Report
プロパティ値
型: Microsoft.Reporting.WebForms.Report
読み取り専用の LocalReport オブジェクトまたは ServerReport オブジェクト。
使用例
例については、「Drillthrough」を参照してください。