This is a migrated thread and some comments may be shown as answers.

Parameters not being passed to stored procedure after upgrading

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pooja
Top achievements
Rank 1
Pooja asked on 04 Apr 2018, 09:07 AM

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


1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 05 Apr 2018, 02:46 PM
Hi Pooja,

First test if the parameter values are sent successfully to the report by displaying them inside the report. Then make sure that the stored procedure is configured to receive the parameter values by going through the data source wizard steps. The data source parameters should be connected to the report parameters via corresponding expressions. If the issue persists, please send us the report definition for review.

Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Pooja
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or