ReportViewer.CurrentPage Propiedad
Obtiene o establece la página actual del informe activo del control ReportViewer.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public Property CurrentPage As Integer
Get
Set
'Uso
Dim instance As ReportViewer
Dim value As Integer
value = instance.CurrentPage
instance.CurrentPage = value
[BrowsableAttribute(false)]
public int CurrentPage { get; set; }
[BrowsableAttribute(false)]
public:
property int CurrentPage {
int get ();
void set (int value);
}
[<BrowsableAttribute(false)>]
member CurrentPage : int with get, set
function get CurrentPage () : int
function set CurrentPage (value : int)
Valor de la propiedad
Tipo: System.Int32
Un valor entero que contiene la página actual del informe. El valor predeterminado es 0.