ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf 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. The page numbering is 1-based.
    Syntax
    'Declaration
     
    Public Property CurrentPage As Integer
    public int CurrentPage {get; set;}

    Property Value

    An System.Int32 representing the current page number.
    Remarks
    Returns 0 if no report is loaded. This property also affects the history.
    See Also