PageNavigationEventArgs Constructor
Constructs a new PageNavigationEventArgs object.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Sub New ( _
newPage As Integer _
)
'Usage
Dim newPage As Integer
Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs (
int newPage
)
public:
PageNavigationEventArgs (
int newPage
)
public PageNavigationEventArgs (
int newPage
)
public function PageNavigationEventArgs (
newPage : int
)
Parameters
- newPage
An integer value containing the new page number.
See Also
Reference
PageNavigationEventArgs Class
PageNavigationEventArgs Members
Microsoft.Reporting.WinForms Namespace