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