New to Telerik Reporting? Download free 30-day trial

The reportSource() method of the HTML5 Report Viewer

Gets the current report source - report and parameters.

Returns: an object with properties:

Property Description
report the report. For more information please see jQuery.fn.telerik_ReportViewer’s reportSource option in Report Viewer Initialization.
parameters an object with properties that names are the report parameters’ ids and values - the report parameters’ values.
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
var rs = reportViewer.reportSource();
In this article