Proprietà SubreportProcessingEventArgs.ReportPath

Restituisce il nome del sottorapporto.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Valore stringa contenente il nome del sottorapporto.

Vedere anche

Riferimento

SubreportProcessingEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WinForms