Événement ReportViewer.PageNavigation
Se produit lorsqu'un utilisateur change de page dans un rapport.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("PageNavigationEventDesc")> _
Public Event PageNavigation As PageNavigationEventHandler
'Utilisation
Dim instance As ReportViewer
Dim handler As PageNavigationEventHandler
AddHandler instance.PageNavigation, handler
[SRDescriptionAttribute("PageNavigationEventDesc")]
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.
Remarques
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 Consuming Events.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms