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
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
Valore integer contenente la pagina corrente del rapporto. Il valore predefinito è 0.