Subreport footer on each page

Stimulsoft Reports.NET discussion
Post Reply
StimFan
Posts: 8
Joined: Thu Apr 07, 2011 2:35 am
Location: Germany

Subreport footer on each page

Post by StimFan »

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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Subreport footer on each page

Post by Andrew »

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.
StimFan
Posts: 8
Joined: Thu Apr 07, 2011 2:35 am
Location: Germany

Subreport footer on each page

Post by StimFan »

Hi,

thank you for your quick answer. Too bad, then I will have to think about a work around :S

Regards,

StimFan
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Subreport footer on each page

Post by Andrew »

Hello,

Unfortunately, that is how it is.
Post Reply