共用方式為


PageNavigationEventArgs 建構函式

建構新的 PageNavigationEventArgs 物件。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Sub New ( _
    newPage As Integer _
)
'用途
Dim newPage As Integer

Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
    newPage : int
)

參數

  • newPage
    型別:System.Int32
    包含新頁碼的 integer 值。

請參閱

參考

PageNavigationEventArgs 類別

Microsoft.Reporting.WebForms 命名空間