New to Telerik ReportingStart a free 30-day trial

Specifies the display mode options for the HTML5 WebForms ReportViewer 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.Html5.WebForms

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

C#
public enum ViewMode

Fields

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

C#
[EnumMember(Value = "INTERACTIVE")]
Interactive = 0
Remarks:

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

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

C#
[EnumMember(Value = "PRINT_PREVIEW")]
PrintPreview = 1
Remarks:

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

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