Partager via


Propriété SubreportProcessingEventArgs.ReportPath

Retourne le nom du sous-rapport.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReportPath As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Chaîne qui contient le nom du sous-rapport.

Voir aussi

Référence

SubreportProcessingEventArgs Classe

Espace de noms Microsoft.Reporting.WebForms