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 名前空間