サブレポートの名前を返します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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
サブレポートの名前を示す文字列。