Partager via


Propriété DrillthroughEventArgs.ReportPath

Obtient le chemin d'accès au rapport d'extraction.

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

Syntaxe

'Déclaration
Public ReadOnly Property ReportPath As String
    Get
'Utilisation
Dim instance As DrillthroughEventArgs
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
Valeur string en lecture seule.

Voir aussi

Référence

DrillthroughEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms