I'm using a stored procedure with 3 parameters for my report. When I configured my SqlDataSource, the data returned by the 3 parameters was correct, however the report does not change when I preview with different values. What am I missing?
Tom
Tom
4 Answers, 1 is accepted
0
Hello Tom,
You have probably set the design-time values for your SqlDataSource parameters to a certain value instead of connecting it to your report parameters. You need to reconfigure your SqlDataSource as shown in SqlDataSource Wizard documentation article (step 4).
Hope it helps.
Regards,
Ivan Hristov
Telerik
You have probably set the design-time values for your SqlDataSource parameters to a certain value instead of connecting it to your report parameters. You need to reconfigure your SqlDataSource as shown in SqlDataSource Wizard documentation article (step 4).
Hope it helps.
Regards,
Ivan Hristov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Tom
Top achievements
Rank 1
answered on 01 May 2014, 04:55 PM
That's exactly what I did wrong. By the way hoe do I close this thread?
Thanks Ivan
Thanks Ivan
0
Hi Tom,
We're glad we helped you to solve your problem. If you have any further questions, do not hesitate to contact us.
Regards,
Ivan Hristov
Telerik
We're glad we helped you to solve your problem. If you have any further questions, do not hesitate to contact us.
Regards,
Ivan Hristov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Raul
Top achievements
Rank 1
answered on 14 Aug 2018, 07:50 PM
I have an application in Angular where I call a Report from a project web api, the problem is when load the template viwer display so...
somebody may help me please.