PageMode
Enum
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.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
C#
public enum PageMode
Fields
Displays multiple report pages in a continuous scrolling view with on-demand page loading for improved performance.
C#
ContinuousScroll = 0
Remarks:
Enables seamless scrolling through large reports by progressively loading additional pages as needed.
Displays only one report page at a time within the page area container for focused page-by-page viewing.
C#
SinglePage = 1
Remarks:
Provides traditional page navigation with discrete page display for precise page control and smaller memory footprint.