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
포함된 보고서의 이름을 포함하는 string

참고 항목

참조

SubreportProcessingEventArgs 클래스

Microsoft.Reporting.WinForms 네임스페이스