Proprietà DrillthroughEventArgs.ReportPath
Recupera il percorso del report drill-through.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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 string di sola lettura.
Vedere anche
Riferimento
Classe DrillthroughEventArgs
Membri DrillthroughEventArgs
Spazio dei nomi Microsoft.Reporting.WinForms