ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / CurrentPage Property

In This Topic
    CurrentPage Property (Viewer)
    In This Topic
    Gets or sets the number of the current document page displayed in the viewer. 1 based. Returns 0 if no report is loaded. Affects History.
    Syntax
    'Declaration
     
    Public Property CurrentPage As Integer
    public int CurrentPage {get; set;}
    See Also