Enum ScaleMode
Specifies the scaling strategy options for the HTML5 WebForms ReportViewer control to determine how reports are sized and displayed within the viewer area. Used to configure automatic sizing behavior and zoom level management for optimal report display and readability in HTML5 viewing scenarios.
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public enum ScaleMode
Remarks
Controls the report sizing strategy to optimize readability and user experience based on viewer dimensions and content requirements in HTML5 environments.
FitPage
Automatically scales the entire report to fit within the viewer area by adjusting zoom to accommodate both width and height dimensions.
FitPageWidth
Automatically scales the report to match the viewer width by zooming to align report width with the available display width.
Specific
Uses a custom scale value to control report magnification for precise scaling control independent of viewer dimensions.