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