Partager via


ReportViewer.PageNavigation, événement

 

Publication: mars 2016

Se produit lorsqu'un utilisateur change de page dans un rapport.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

public event PageNavigationEventHandler PageNavigation
public:
event PageNavigationEventHandler^ PageNavigation {
    void add(PageNavigationEventHandler^ value);
    void remove(PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
    PageNavigationEventArgs>
Public Event PageNavigation As PageNavigationEventHandler

Notes

Cet événement se produit lorsqu'un utilisateur change de page dans un rapport.Les informations sur cet événement sont transmises dans un objet PageNavigationEventArgs au délégué PageNavigationEventHandler qui gère l'événement.

Pour plus d'informations sur la gestion des événements, consultez Consommation d'événements.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début