New to Telerik ReportingStart a free 30-day trial

The reportSource(rs) method of the HTML5 Report Viewer

Sets the report source.

Parameters:

ParameterDescription
rsan object with properties:
  • 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;

Returns: the current ReportViewer object.

JavaScript
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
reportViewer.reportSource({
	report: "product catalog.trdx",
	parameters: { "CultureID": "fr" },
});

See Also

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