ReportViewer.PageNavigation 事件
發生在使用者變更報表中的頁面時。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll)
語法
'宣告
<SRDescriptionAttribute("PageNavigationEventDesc")> _
Public Event PageNavigation As PageNavigationEventHandler
'用途
Dim instance As ReportViewer
Dim handler As PageNavigationEventHandler
AddHandler instance.PageNavigation, handler
[SRDescriptionAttribute("PageNavigationEventDesc")]
public event PageNavigationEventHandler PageNavigation
public:
event PageNavigationEventHandler^ PageNavigation {
void add (PageNavigationEventHandler^ value);
void remove (PageNavigationEventHandler^ value);
}
/** @event */
public void add_PageNavigation (PageNavigationEventHandler value)
/** @event */
public void remove_PageNavigation (PageNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
備註
這個事件發生在使用者變更報表中的頁面時。這個事件的相關資訊會在 PageNavigationEventArgs 物件中傳遞至 PageNavigationEventHandler 委託,由它來處理事件。
如需有關處理事件的詳細資訊,請參閱<Consuming Events>。
另請參閱
參考
ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WebForms 命名空間