Enum ScaleMode
Specifies the scale mode options for the MVC Report Viewer control to determine how reports are sized within the viewer area. Used to configure the automatic sizing behavior and zoom level management for optimal report display and readability.
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public enum ScaleMode
Remarks
Controls the report sizing strategy to optimize readability and user experience based on viewer dimensions and content requirements.
FitPage
Automatically scales the entire report to fit within the viewer area by zooming in or out regardless of report dimensions.
FitPageWidth
Automatically scales the report to match the viewer width by zooming in or out to align report width with screen width.
Specific
Uses a custom scale factor to control report zoom level for precise magnification control.