PageNavigationEventArgs コンストラクター
新しい PageNavigationEventArgs オブジェクトを構築します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Public Sub New ( _
newPage As Integer _
)
public PageNavigationEventArgs(
int newPage
)
public:
PageNavigationEventArgs(
int newPage
)
new :
newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
newPage : int
)
パラメーター
- newPage
型 : Int32
新しいページ番号を示す整数値。