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);
}
/** @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.

解説

このイベントは、見出しマップ ノードが選択されたときに発生します。このイベントに関する情報は、DocumentMapNavigationEventArgs オブジェクトによって、イベントを処理する DocumentMapNavigationEventHandler デリゲートに渡されます。

イベント処理の詳細については、「Consuming Events」を参照してください。

参照

リファレンス

ReportViewer クラス
ReportViewer メンバ
Microsoft.Reporting.WinForms 名前空間