Condividi tramite


Evento ReportViewer.PageNavigation

Viene generato quando un utente passa a un'altra pagina del rapporto.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public Event PageNavigation As PageNavigationEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.

Osservazioni

Questo evento viene generato quando un utente passa a un'altra pagina del rapporto. Le informazioni sull'evento vengono passate in un oggetto PageNavigationEventArgs al delegato PageNavigationEventHandler, che gestisce l'evento.

Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms