Share via


PageNavigationEventArgs 建構函式 (Int32)

 

發行︰ 2016年4月

建構新的 PageNavigationEventArgs 物件。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (於 Microsoft.ReportViewer.WinForms.dll)

語法

public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
Public Sub New (
    newPage As Integer
)

參數

  • newPage
    Type: System.Int32

    包含新頁碼的 integer 值。

另請參閱

PageNavigationEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首