ActiveReports 19 .NET Edition
MESCIUS.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 current page number displayed in the viewer.
    Syntax
    'Declaration
     
    Public Property CurrentPage As Integer
    public int CurrentPage {get; set;}

    Property Value

    The 1-based index of the current page displayed, or 0 if no document is loaded.
    See Also