Enum ViewModes
Specifies whether the viewer is in interactive or print preview mode
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
[Obsolete]
public enum ViewModes
INTERACTIVE
Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
PRINT_PREVIEW
Displays the paginated report as if it is printed on paper. Interactivity is not enabled.