Hi
I have a Report with 2 subreports. Each Subreport contains a total. I want to use each sub report total and add them together in the main report.
How I read the Total from the su-report and use it in the Main report ?
something like this
Mainreport.Textbox = subreport1.Total.value + subreport2.Total,value
Any suggestions? I've search the whole internet and had no luck.