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 デリゲートに渡されます。
イベント処理の詳細については、「Consommation d'événements」を参照してください。
参照
ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る