Share via


ReportViewer.PageNavigation (Evento)

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
public event PageNavigationEventHandler PageNavigation
public:
 event PageNavigationEventHandler^ PageNavigation {
    void add (PageNavigationEventHandler^ value);
    void remove (PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
    PageNavigationEventArgs>
JScript no admite eventos.

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 Utilizar eventos.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)