Proprietà ReportViewer.CurrentPage
Recupera o imposta la pagina corrente del rapporto attivo del controllo ReportViewer.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public Property CurrentPage As Integer
[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)
Valore proprietà
Tipo: Int32
Valore integer contenente la pagina corrente del rapporto.Il valore predefinito è 0.