EnumViewModes
Enum
Specifies whether the viewer is in interactive or print preview mode
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
cs-api-definition
[Obsolete]
public enum ViewModes
Fields
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.