ReportViewer.PageNavigation 事件
發生在使用者移到報表中的不同頁面時。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Event PageNavigation As PageNavigationEventHandler
'用途
Dim instance As ReportViewer
Dim handler As PageNavigationEventHandler
AddHandler instance.PageNavigation, handler
public event PageNavigationEventHandler PageNavigation
public:
event PageNavigationEventHandler^ PageNavigation {
void add (PageNavigationEventHandler^ value);
void remove (PageNavigationEventHandler^ value);
}
member PageNavigation : IEvent<PageNavigationEventHandler,
PageNavigationEventArgs>
JScript 支援使用事件,但不支援新的宣告。
備註
當使用者移到報表中的不同頁面時,將會發生這個事件。這個事件的相關資訊會在 PageNavigationEventArgs 物件中傳遞至 PageNavigationEventHandler 委派,由它來處理事件。
如需處理事件的詳細資訊,請參閱Consuming Events。