ScaleModes
Enum
Sets the scale mode of the viewer
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
C#
[Obsolete]
public enum ScaleModes
Fields
The whole report will fit on the page (will zoom in or out), regardless of its width and height.
C#
FIT_PAGE = 1
The report will be zoomed in or out so that the width of the screen and the width of the report match.
C#
FIT_PAGE_WIDTH = 0
Uses the scale to zoom in and out the report.
C#
SPECIFIC = 2