Freigeben über


SubreportProcessingEventArgs.ReportPath-Eigenschaft

Gibt den Namen des Unterberichts zurück.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public ReadOnly Property ReportPath As String
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
Ein string-Wert, der den Namen des Unterberichts enthält.

Siehe auch

Verweis

SubreportProcessingEventArgs Klasse

Microsoft.Reporting.WinForms-Namespace