Share via


ReportViewer.PageNavigation 事件

發生在使用者移到報表中的不同頁面時。

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

語法

'宣告
Public Event PageNavigation As PageNavigationEventHandler
public event PageNavigationEventHandler PageNavigation
public:
 event PageNavigationEventHandler^ PageNavigation {
    void add (PageNavigationEventHandler^ value);
    void remove (PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
    PageNavigationEventArgs>
JScript 不支援事件。

備註

當使用者移到報表中的不同頁面時,將會發生這個事件。這個事件的相關資訊會在 PageNavigationEventArgs 物件中傳遞至 PageNavigationEventHandler 委派,由它來處理事件。

如需處理事件的詳細資訊,請參閱使用事件

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間