New to Telerik Reporting? Download free 30-day trial

The scale() method of the HTML5 Report Viewer

Gets the viewer’s scale factor and scale mode. For more information please see jQuery.fn.telerik_ReportViewer’s scale and scaleMode options in Report Viewer Initialization.

Returns: object, with properties:

  • scale
  • scaleMode
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
var scale = reportViewer.scale();
In this article