Share via


ReportViewer.DocumentMapNavigation-Ereignis

Tritt auf, wenn ein Dokumentstrukturknoten ausgewählt wird.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
'Usage
Dim instance As ReportViewer
Dim handler As DocumentMapNavigationEventHandler

AddHandler instance.DocumentMapNavigation, handler
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.

Hinweise

Dieses Ereignis tritt auf, wenn ein Dokumentstrukturknoten ausgewählt wird. Informationen zu diesem Ereignis werden in einem DocumentMapNavigationEventArgs-Objekt an den DocumentMapNavigationEventHandler-Delegaten übergeben, der das Ereignis behandelt.

Weitere Informationen zur Behandlung von Ereignissen finden Sie unter Consuming Events.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WinForms-Namespace