New to Telerik ReportingStart a 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.

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

See Also

In this article
See Also
Not finding the help you need?
Contact Support