ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / RepositionPage Property

In This Topic
    RepositionPage Property (Viewer)
    In This Topic
    Gets or sets a value that determines whether the viewer will reposition the view to the top of the page when a user goes to another page after scrolling downward in a page.
    Syntax
    'Declaration
     
    Public Property RepositionPage As Boolean
    public bool RepositionPage {get; set;}

    Property Value

    A System.Boolean value. true to reposition the view; otherwise, false.
    Remarks
    The default is false.
    See Also