I had an old Silverlight Project which I am trying to upgrade.
I did upgrade the reports using the Upgrade Wizard from Telerik.
Now I am using HTML Report Viewer to display the reports.
The report and parameters are being set from the client side using java script for which I followed https://docs.telerik.com/reporting/html5-report-viewer-howto-custom-parameters
I can see the parameters being passed from the console and in the report viewer but the parameters are not being received by the Stored Procedure. The stored procedure gets the parameter values as NULL.
Unable to figure out why it is happening like this.
Thanks