BackEventHandler-Delegat
Represents the method that will handle the Back event of a ReportViewer.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
Parameter
- sender
The object that raised the event.
- e
A BackEventArgs object that contains the event arguments.
Hinweise
A Back event occurs when the user has navigated to a drillthrough report and clicks the Back button to return to the parent report. The BackEventArgs object contains the parent report.
For more information about handling events, see Behandeln von Ereignissen.