Evento ReportViewer.PageNavigation

Se produce cuando un usuario se mueve a otra página de un informe.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public Event PageNavigation As PageNavigationEventHandler
'Uso
Dim instance As ReportViewer
Dim handler As PageNavigationEventHandler

AddHandler instance.PageNavigation, handler
public event PageNavigationEventHandler PageNavigation
public:
 event PageNavigationEventHandler^ PageNavigation {
    void add (PageNavigationEventHandler^ value);
    void remove (PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
    PageNavigationEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.

Comentarios

Este evento se produce cuando un usuario se mueve a otra página de un informe. La información sobre este evento se pasa en un objeto PageNavigationEventArgs al delegado PageNavigationEventHandler, que se encarga de controlar el evento.

Para obtener más información sobre el control de eventos, vea Consuming Events.

Vea también

Referencia

ReportViewer Clase

Espacio de nombres Microsoft.Reporting.WebForms