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
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
Ein schreibgeschützter string-Wert.

Siehe auch

Verweis

DrillthroughEventArgs Klasse

Microsoft.Reporting.WinForms-Namespace