Compartir a través de


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 _
)
'Uso
Dim newPage As Integer

Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
    newPage : int
)

Parámetros

  • newPage
    Tipo: System.Int32
    Un valor integer que contiene el número de página nuevo.

Vea también

Referencia

PageNavigationEventArgs Clase

Espacio de nombres Microsoft.Reporting.WebForms