New to Telerik Reporting? Request free 30-day trial

The getReportParameters() method of the HTML5 Report Viewer

Returns an object with properties, the names of which are the report parameters’ IDs, and values - the report parameters’ values. The values of multivalue parameters include their display and value members.

var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
var currentParameters = reportViewer.getReportParameters();

See Also

In this article