Construtor BackEventArgs
Initializes a new instance of the BackEventArgs class.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Sub New ( _
parentReport As Report _
)
public BackEventArgs(
Report parentReport
)
public:
BackEventArgs(
Report^ parentReport
)
new :
parentReport:Report -> BackEventArgs
public function BackEventArgs(
parentReport : Report
)
Parâmetros
- parentReport
Tipo: Microsoft.Reporting.WebForms.Report
The parent report of the drillthrough report.