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