Page 1 of 1

GroupFooterBand on two pages

Posted: Mon Feb 03, 2014 8:43 pm
by vorauler
Hi

I have following report structure.
Groupheader1
Groupheader2
Groupheader3
Detail
Groupfooter3
Groupfooter2
Groupfooter1

On Groupfooter1 I show some summarys and now I will show a Chart on a new page in this Groupfooter, is this possible? With CrystalReports I can define a Groupfooter1a and a Groupfooter1b that will do that.

TIA
Ralf

Re: GroupFooterBand on two pages

Posted: Tue Feb 04, 2014 9:04 am
by vorauler
Hi

I have found a solution for my problem. After the Groupfooter1 I placed a ChildBand and set the properties NewPageBefore and NewPageAfter to true.

Ralf

Re: GroupFooterBand on two pages

Posted: Tue Feb 04, 2014 10:52 am
by HighAley
Hello.

Yes. This is a right solution. The Child Band is made exactly for such cases.

Thank you.