Enum ViewMode
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.
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public enum ViewMode
Remarks
Controls the report presentation style and interaction capabilities to optimize user experience for different viewing scenarios in HTML5 environments.
Interactive
Displays the report in its original dimensions with full interactivity enabled and no automatic pagination.
PrintPreview
Displays the paginated report as it would appear when printed on paper with interactivity disabled.