共用方式為


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 命名空間