SubreportProcessingEventArgs.ReportPath Property
Returns the name of the subreport.
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 SubreportProcessingEventArgs
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 string containing the name of the subreport.
See Also
Reference
SubreportProcessingEventArgs Class
SubreportProcessingEventArgs Members
Microsoft.Reporting.WebForms Namespace