Partilhar via


Propriedade ReportViewer.CurrentPage

Obtém ou define a página atual do relatório ativo do controle ReportViewer.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
<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)

Valor de propriedade

Tipo: Int32
Um valor integer que contém a página atual do relatório.O valor padrão é 0.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms