PageNavigationEventArgs.NewPage 属性

获取由 PageNavigation 事件得到的页码。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property NewPage As Integer
public int NewPage { get; }
public:
property int NewPage {
    int get ();
}
member NewPage : int with get
function get NewPage () : int

属性值

类型:Int32
一个包含新页码的 integer 值。

请参阅

参考

PageNavigationEventArgs 类

Microsoft.Reporting.WebForms 命名空间