I have three sub reports which has same parameter i.e. Delivery Date... Now when i run the project i get to select three parameters for each of them... I want one selection instead of three... How can i do this ?
Printable View
I have three sub reports which has same parameter i.e. Delivery Date... Now when i run the project i get to select three parameters for each of them... I want one selection instead of three... How can i do this ?
Store the selection in a variable and just use the variable.
What report engine are you using?
If you are using Crystal, add the parameter to the Main report and then pass (link) it to the sub reports.
Right click the sub-report and use the Change SubReport Links menu.
Thanks.. That worked perfectly.