Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the method that will handle the Back event of a ReportViewer.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en microsoft.reportviewer.winforms.dll)
Sintaxis
Parámetros
- sender
The object that raised the event.
- e
A BackEventArgs object that contains the event arguments.
Comentarios
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 Utilizar eventos.