sql - SSRS Real time scenarios -


i running in problem in ssrs 2.0 have report generates data based on 2 perameters, manager , month. each month there around 20-25 managers.

the final report contains 3 different tables per manager not connected.

what make report display 3 tables each manager on given month this:

manager a:

table 1

table 2

table 3

manager b:

table 1

table 2

table 3

and on...

my thought copy , paste 3 tables 20+ times , make each set of tables refer different manager.

i tried didn't..! post answer anyone..!

create 1 master report having 25 subreports. in subreport place 3 tables , refer them. can pass harcoded manager parameter each subreport.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -