次の方法で共有


DrillthroughEventArgs.ReportPath プロパティ

ドリルスルー レポートのパスを取得します。

名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.dll 内)

構文

'宣言
Public ReadOnly Property ReportPath As String
'使用
Dim instance As DrillthroughEventArgs
Dim value As String

value = instance.ReportPath
public string ReportPath { get; }
public:
String^ ReportPath {
    String^ get ();
}
/** @property */
public String get_ReportPath ()
public function get ReportPath () : String

プロパティ値

読み取り専用の文字列値。

参照

リファレンス

DrillthroughEventArgs クラス
DrillthroughEventArgs メンバ
Microsoft.Reporting.WinForms 名前空間