BackEventArgs Constructor
Initializes a new instance of the BackEventArgs class.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub New ( _
parentReport As Report _
)
'Usage
Dim parentReport As Report
Dim instance As New BackEventArgs(parentReport)
public BackEventArgs (
Report parentReport
)
public:
BackEventArgs (
Report^ parentReport
)
public BackEventArgs (
Report parentReport
)
public function BackEventArgs (
parentReport : Report
)
Parameters
- parentReport
The parent report of the drillthrough report.
See Also
Reference
BackEventArgs Class
BackEventArgs Members
Microsoft.Reporting.WebForms Namespace