Freigeben über


DrillthroughEventArgs.ReportPath-Eigenschaft

Ruft den Pfad des Drillthroughberichts ab.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property ReportPath As String
'Usage
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

Eigenschaftenwert

Ein schreibgeschützter string-Wert.

Siehe auch

Referenz

DrillthroughEventArgs-Klasse
DrillthroughEventArgs-Member
Microsoft.Reporting.WinForms-Namespace