Udostępnij za pośrednictwem


Właściwość ReportViewer.CurrentPage —

Gets or sets the current page of the ReportViewer control's active report.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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)

Wartość właściwości

Typ: Int32
An integer value containing the current page of the report. The default value is 0.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms