次の方法で共有


ReportViewer.PageNavigation イベント

 

発行: 2016年4月

ユーザーがレポート内のページを変更したときに発生します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public event PageNavigationEventHandler PageNavigation
public:
event PageNavigationEventHandler^ PageNavigation {
    void add(PageNavigationEventHandler^ value);
    void remove(PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
    PageNavigationEventArgs>
Public Event PageNavigation As PageNavigationEventHandler

解説

このイベントは、ユーザーがレポート内のページを変更したときに発生します。このイベントに関する情報は、PageNavigationEventArgs オブジェクトによって、イベントを処理する PageNavigationEventHandler デリゲートに渡されます。

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

参照

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

トップに戻る