PageNavigationEventArgs.NewPage Propiedad
Obtiene el número de la página resultante del evento PageNavigation.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
Public ReadOnly Property NewPage As Integer
Get
'Uso
Dim instance As PageNavigationEventArgs
Dim value As Integer
value = instance.NewPage
public int NewPage { get; }
public:
property int NewPage {
int get ();
}
member NewPage : int
function get NewPage () : int
Valor de la propiedad
Tipo: System.Int32
Un valor integer que contiene el número de página nuevo.