Call a stored procedure with different value

  • 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

  • Okay. I can create different datasets to call the same stored procedure with different parameter value and link those datasets to different table.

    THanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply