|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 18, 2010 5:25 AM
Points: 5,
Visits: 46
|
|
Hi all
I have created a SSRS report and defined dataset for the same. In this one can give stored procedure name or query for that dataset.
I want to pass stored procedure name to a data set in SSRS through .NET code
- Anyone has any solutiong for this ?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 18, 2010 5:25 AM
Points: 5,
Visits: 46
|
|
Solution for this problem I was thinking will be so different. But its just the common way.
Instead of giving stored procedures name - i have given
"= Parameters!Stored_Proc_Name.Value"
So one can pass stored procedure name as a parameter.
This is working for me.
|
|
|
|