New to Telerik Reporting? Download free 30-day trial
reportSource(rs)
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" }, });