次の方法で共有


SubreportProcessingEventArgs.ReportPath プロパティ

サブレポートの名前を返します。

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

構文

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

value = instance.ReportPath
public string ReportPath { get; }
public:
property String^ ReportPath {
    String^ get ();
}
member ReportPath : string
function get ReportPath () : String

プロパティ値

型: System.String
サブレポートの名前を示す文字列

関連項目

参照

SubreportProcessingEventArgs クラス

Microsoft.Reporting.WinForms 名前空間