PageNavigationEventArgs.NewPage 属性

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

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

语法

声明
Public ReadOnly Property NewPage As Integer
    Get
用法
Dim instance As PageNavigationEventArgs
Dim value As Integer

value = instance.NewPage
public int NewPage { get; }
public:
property int NewPage {
    int get ();
}
member NewPage : int
function get NewPage () : int

属性值

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

请参阅

参考

PageNavigationEventArgs 类

Microsoft.Reporting.WebForms 命名空间