Hi everyone,
I am using a stored procedure as my query string in SSRS 2008 report.
How can I pass parameter to stored procedure.
If I add parameters as query parameters, It raises error at execution that "ERROR [42000] expects parameter 'XYZ', which is not supplied."
if i write my query string like
"storedprocnamme para1,para2"
then it works fine.
But its not right to give parameters manually,
Please help me in this Problem.
Thanks.
From Piyush.
F