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>

注释

当用户移至报表中的其他页时便会发生此事件。 有关此事件的信息通过 PageNavigationEventArgs 对象传递到处理此事件的 PageNavigationEventHandler 委托。

有关处理事件的更多信息,请参见使用事件

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间