PageNavigationEventArgs (Constructor)
Construye un nuevo objeto PageNavigationEventArgs.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
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
Un valor integer que contiene el número de página nuevo.