The reportSource(rs)
method of the HTML5 Report Viewer
Sets the report source.
Parameters:
Parameter | Description |
---|---|
rs | an object with properties:
|
Returns: the current ReportViewer object.
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
reportViewer.reportSource({
report: "product catalog.trdx",
parameters: { "CultureID": "fr" },
});