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

In This Topic
RepositionPage Property (Viewer)
In This Topic
Gets or sets a value indicating whether the viewer repositions the view to the top of the page when a user navigates to another page after scrolling down on the current page.
Syntax
'Declaration
 
Public Property RepositionPage As Boolean
 

Property Value

true if the viewer repositions the view to the top of the page upon navigation; otherwise, false.
Remarks
The default value is false. When set to true, this feature enhances the readability by ensuring that the user starts viewing each new page from the top.
See Also