EnumPageMode
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:
cs-api-definition
public enum PageMode
Fields
ContinuousScroll
Displays multiple report pages in a continuous scrolling view with on-demand page loading for improved performance.
Declaration
cs-api-definition
ContinuousScroll = 0
Field Value
Remarks
Enables seamless scrolling through large reports by progressively loading additional pages as needed.
SinglePage
Displays only one report page at a time within the page area container for focused page-by-page viewing.
Declaration
cs-api-definition
SinglePage = 1
Field Value
Remarks
Provides traditional page navigation with discrete page display for precise page control and smaller memory footprint.