ReportViewer.DocumentMapNavigation 事件

 

發佈時間: 2016年4月

發生在選取文件引導模式節點時。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

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

備註

這個事件發生在選取文件引導模式節點時。這個事件的相關資訊會在 DocumentMapNavigationEventArgs 物件中傳遞至 DocumentMapNavigationEventHandler 委派,由它來處理事件。

如需處理事件的詳細資訊,請參閱NIB: Consuming Events

請參閱

ReportViewer 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首