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

public event DocumentMapNavigationEventHandler DocumentMapNavigation
public:
event DocumentMapNavigationEventHandler^ DocumentMapNavigation {
    void add(DocumentMapNavigationEventHandler^ value);
    void remove(DocumentMapNavigationEventHandler^ value);
}
member DocumentMapNavigation : IEvent<DocumentMapNavigationEventHandler,
    DocumentMapNavigationEventArgs>
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler

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 NIB: Consuming Events.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top