Construtor PageNavigationEventArgs
Constructs a new PageNavigationEventArgs object.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Sub New ( _
newPage As Integer _
)
public PageNavigationEventArgs(
int newPage
)
public:
PageNavigationEventArgs(
int newPage
)
new :
newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
newPage : int
)
Parâmetros
- newPage
Tipo: Int32
An integer value containing the new page number.