ReportViewer.CurrentPage, propriété
Obtient ou définit la page active du rapport actif du contrôle ReportViewer.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
Type : Int32
Valeur integer qui contient la page active du rapport.La valeur par défaut est 0.