DrillthroughEventArgs.ReportPath Property

Gets the path of the drillthrough report.

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:
property String^ ReportPath {
    String^ get ();
}
/** @property */
public String get_ReportPath ()
public function get ReportPath () : String

Property Value

A read-only string value.

See Also

Reference

DrillthroughEventArgs Class
DrillthroughEventArgs Members
Microsoft.Reporting.WinForms Namespace