Enum PageMode
Specifies the page display mode options for the HTML5 WebForms ReportViewer control to determine how report pages are presented and navigated. Used to configure whether the viewer displays reports in continuous scrolling mode with progressive loading or single page mode for focused viewing.
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public enum PageMode
Remarks
Controls the page rendering behavior and user navigation experience within the HTML5 report viewer interface.
ContinuousScroll
Displays multiple report pages in a continuous scrolling view with on-demand page loading for improved performance and seamless navigation.
SinglePage
Displays only one report page at a time within the viewer area for focused page-by-page viewing and navigation.