Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path of the drillthrough report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace