Condividi tramite


Proprietà DrillthroughEventArgs.ReportPath

Recupera il percorso del report drill-through.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ReportPath As String
'Utilizzo
Dim instance As DrillthroughEventArgs
Dim value As String

value = instance.ReportPath
public string ReportPath { get; }
public:
String^ ReportPath {
    String^ get ();
}
/** @property */
public String get_ReportPath ()
public function get ReportPath () : String

Valore proprietà

Valore stringa di sola lettura.

Vedere anche

Riferimento

Classe DrillthroughEventArgs
Membri DrillthroughEventArgs
Spazio dei nomi Microsoft.Reporting.WebForms