Hello All,
I am new to reporting services and have a basic question.
I have to create a report that gives me some cross-tab calculations and has 6 tables. All need to call same stored procedure with different parameter.
I want to do this.
table 1 - spGenerateReport 1
...
table 6 - spGenerateReport 6
The problem is I can not call the same stored procedure with different parameter for different table.
How can I achieve this?
I can not parse the data on client as there are some complex cross-tab calculations in the database that I did not feel comfortable doing with Matrix.
Thanks for your time.
-Pranav