Hi,
I've got a problem with subreports and it's footer.
I have a MainReport und 3 Subreports. I want a footer for each page of the sub reports. But placing the footer inside the sub report only renders it after the subreport is finished. If it's finished
the PageNumber also contains the value "1" (and not e.g. "4" like it should!)
I want the footer to change some infos when another sub report renders ... on each page except the first page (first page of each subreport). I don't know where to begin :dumb:
Regards,
StimFan
Subreport footer on each page
Subreport footer on each page
Hello,
Unfortunately, this is a restriction of the Engine.
The PrintOnAllPages property works only for bands which lie directly on the page. It does not work for bands in containers and in sub-reports.
Please change the design of your report and do not use sub-reports in this case.
Thank you.
Unfortunately, this is a restriction of the Engine.
The PrintOnAllPages property works only for bands which lie directly on the page. It does not work for bands in containers and in sub-reports.
Please change the design of your report and do not use sub-reports in this case.
Thank you.
Subreport footer on each page
Hi,
thank you for your quick answer. Too bad, then I will have to think about a work around :S
Regards,
StimFan
thank you for your quick answer. Too bad, then I will have to think about a work around :S
Regards,
StimFan
Subreport footer on each page
Hello,
Unfortunately, that is how it is.
Unfortunately, that is how it is.