ReportViewer.DocumentMapNavigation 事件

当选择了文档结构图节点时发生。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
用法
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);
}
member DocumentMapNavigation : IEvent<DocumentMapNavigationEventHandler,
    DocumentMapNavigationEventArgs>
JScript 支持使用事件,但不支持声明新事件。

注释

当选择了文档结构图节点时发生此事件。有关此事件的信息通过 DocumentMapNavigationEventArgs 对象传递到处理此事件的 DocumentMapNavigationEventHandler 委托。

有关处理事件的更多信息,请参见Consuming Events

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WinForms 命名空间