Partager via


Événement ReportViewer.Back

Se produit lorsque l'utilisateur passe d'un rapport d'extraction à un rapport parent.

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

Syntaxe

'Déclaration
Public Event Back As BackEventHandler
'Utilisation
Dim instance As ReportViewer
Dim handler As BackEventHandler

AddHandler instance.Back, handler
public event BackEventHandler Back
public:
 event BackEventHandler^ Back {
    void add (BackEventHandler^ value);
    void remove (BackEventHandler^ value);
}
member Back : IEvent<BackEventHandler,
    BackEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Notes

Se produit lorsque l'utilisateur passe d'un rapport d'extraction à un rapport parent. Les informations sur cet événement sont transmises dans un objet BookmarkNavigationEventArgs au délégué BookmarkNavigationEventHandler qui gère l'événement.

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

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms