Compartir a través de


Evento ReportViewer.PageNavigation

Se produce cuando un usuario cambia las páginas 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);
}
/** @event */
public void add_PageNavigation (PageNavigationEventHandler value)

/** @event */
public void remove_PageNavigation (PageNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Comentarios

Este evento se produce cuando un usuario cambia las páginas de un informe. La información sobre este evento se pasa en un objeto PageNavigationEventArgs al delegado PageNavigationEventHandler, que controla el evento.

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

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms