Hello
My team is currently investigating using Telerik Report Designer, both the web version and the standalone for reports planning. Right now I'm trying to get the report designer to work with stored procedures and it's not working at all.
First, I cannot get a query to run with an EXEC command, and secondly, the drop down that's supposed to have all the stored procedures on the database won't populate.
The connection string is good, I can make basic select queries work. But I cannot get stored procedures to work.
If I do "EXEC [schema].[storedprocedurename]" as a query, I get "Could Not Find stoed procedure 'schema/storedprocedurename'" though it is a valid stored procedure that I can run in SQL server no problem.
So I can neither access stored procedures from the drop down, or work around this by writing it in a query. I have this problem with both the standalone and the web designer. We're not doing anything weird in our database either, it's a basic SQL Server database with stored procedures stored in the Programmability/Stored Procedures folder.
Am I doing something wrong? Is there some configuration that needs to be set on my database for the report designer to recognize the stored procedures?
Thank you
Jonathan Kuhl
Hello Jonathan,
When setting up the DB source, you need to check the "Stored Procedure" radio button. Then, you should be able to select the stored procedures. You would not be allowed to execute the procedure in the "Select Statement" box.
Moving forward, you'll be asked to provide any parameter values, etc.
Would this work for you?
Regards,
Krasimir Baylov
Yes of course I'm clicking the radio button, the drop down is grey otherwise.
The drop down does not populate.