ReportViewer.DocumentMapNavigation Event

Occurs when a document map node is selected.

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.

Remarks

This event occurs when a document map node is selected. Information about this event is passed in a DocumentMapNavigationEventArgs object to the DocumentMapNavigationEventHandler delegate, which handles the event.

For more information about handling events, see Consuming Events.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace