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?