Partager via


Propriété ReportViewer.CurrentPage

Obtient ou définit la page active du rapport actif du contrôle ReportViewer.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property CurrentPage As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
Valeur integer qui contient la page active du rapport. La valeur par défaut est 0.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms