SubreportProcessingEventArgs.ReportPath-Eigenschaft
Gibt den Namen des Unterberichts zurück.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.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.