Skip to Content
0
Former Member
Feb 19, 2009 at 01:59 PM

Problem passing parameters from sub-report to master

30 Views

I have a master report with several sub-reports. Each report has it own unique parameters. I want to show the selected parameters for all reports in the header of the master report. Is that possible?

I have created a shared variable and assign the parameter values to the variable. However, because the variable display is in the master header, the sub-report parameter values are not yet populated. If I display in the master footer, all is well. I realize it is a timing issue, but is there anyway to get the sub-report varaibles set before printing the master header?