Reporting design with dataset and store procedure

we have a report that has many dataset
but only one store procedure.

is there a way we can do some kind of filter and groups to use one
store procedure instead of 6 store procedure for each dataset




Answer this question

Reporting design with dataset and store procedure

  • Sundaraguru

    How about using the same SP with different parameter
    e.g. Dataset1 pass in 1, Dataset2 pass in 2, etc...

    And see if you can share the codes in the SP, and differentiate the code ONLY IF necessary


  • Scherild

    can you go a bit more detail for me
    not sure how i do that on the SP with dataset

    Everything will be one report pages



  • Tony P Brightman

    thank you for help

  • Reporting design with dataset and store procedure