Enum
ViewMode

Specifies the display mode options for the MVC Report Viewer control to determine how reports are presented and how users interact with them. Used to configure whether the viewer displays reports in interactive mode with full functionality or print preview mode optimized for printing.

Definition

Namespace:Telerik.ReportViewer.Mvc

Assembly:Telerik.ReportViewer.Mvc.dll

Syntax:

cs-api-definition
public enum ViewMode

Fields

Interactive

Displays the report in its original dimensions with full interactivity enabled and no automatic pagination.

Declaration

cs-api-definition
Interactive = 0

Field Value

ViewMode

Remarks

Enables drill-through actions, sorting, toggles, and other interactive features while showing the report in its natural size.

PrintPreview

Displays the report in paginated format as it would appear when printed on paper with interactivity disabled.

Declaration

cs-api-definition
PrintPreview = 1

Field Value

ViewMode

Remarks

Optimizes the display for print layout preview with proper page breaks and margins but without interactive functionality.

In this article
DefinitionFieldsInteractivePrintPreview
Not finding the help you need?
Contact Support