Delen via


SubreportProcessingEventArgs.ReportPath Property

Returns the name of the subreport.

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 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.WinForms Namespace