É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 (dans microsoft.reportviewer.winforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("BackEventDesc")> _
Public Event Back As BackEventHandler
'Utilisation
Dim instance As ReportViewer
Dim handler As BackEventHandler
AddHandler instance.Back, handler
[SRDescriptionAttribute("BackEventDesc")]
public event BackEventHandler Back
public:
event BackEventHandler^ Back {
void add (BackEventHandler^ value);
void remove (BackEventHandler^ value);
}
/** @event */
public void add_Back (BackEventHandler value)
/** @event */
public void remove_Back (BackEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Remarques
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
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WinForms