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