Share via


ReportViewer.CurrentPage Property

 

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

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

Syntax

[BrowsableAttribute(false)]
public int CurrentPage { get; set; }
public:
[BrowsableAttribute(false)]
property int CurrentPage {
    int get();
    void set(int value);
}
[<BrowsableAttribute(false)>]
member CurrentPage : int with get, set
<BrowsableAttribute(False)>
Public Property CurrentPage As Integer

Property Value

Type: System.Int32

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

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top