次の方法で共有


DrillthroughEventArgs.Report プロパティ

ドリルスルー アクションの対象のレポートを取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.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.WinForms.Report
読み取り専用の LocalReport オブジェクトまたは ServerReport オブジェクト。

使用例

例については、「Drillthrough」を参照してください。

関連項目

参照

DrillthroughEventArgs クラス

Microsoft.Reporting.WinForms 名前空間