Partager via


Événement ReportViewer.DocumentMapNavigation

Se produit lorsqu'un nœud du plan du document est sélectionné.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<SRDescriptionAttribute("DocMapEventDesc")> _
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
'Utilisation
Dim instance As ReportViewer
Dim handler As DocumentMapNavigationEventHandler

AddHandler instance.DocumentMapNavigation, handler
[SRDescriptionAttribute("DocMapEventDesc")] 
public event DocumentMapNavigationEventHandler DocumentMapNavigation
public:
event DocumentMapNavigationEventHandler^ DocumentMapNavigation {
    void add (DocumentMapNavigationEventHandler^ value);
    void remove (DocumentMapNavigationEventHandler^ value);
}
/** @event */
public void add_DocumentMapNavigation (DocumentMapNavigationEventHandler value)

/** @event */
public void remove_DocumentMapNavigation (DocumentMapNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarques

Cet événement se produit lorsqu'un nœud du plan du document est sélectionné. Les informations sur cet événement sont transmises dans un objet DocumentMapNavigationEventArgs au délégué DocumentMapNavigationEventHandler 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