次の方法で共有


SubreportProcessingEventArgs.ReportPath プロパティ

 

発行: 2016年4月

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

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

構文

public string ReportPath { get; }
public:
property String^ ReportPath {
    String^ get();
}
member ReportPath : string with get
Public ReadOnly Property ReportPath As String

プロパティ値

Type: System.String

サブレポートの名前を示す文字列

参照

SubreportProcessingEventArgs クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る