Page 1 of 1

New page after group by change

Posted: Thu May 24, 2012 10:09 am
by frisco434
Hey all i have a report

it has the following format

[PageHeaderBrand]
[GroupHeaderBand]
[HeaderBand]
[Databand]
[FooterBand]
[GroupFooterBand]

and i want a new page after every change of the group by in my case job number if the job number changes i want a new page with the same pageheader ect ect

if in the groupfooterband i set GroupHeaderBand.NewPageAfter = true; i do get the desired effect but i get an additional page with just the pageheader and header band. Can someone tell me where i need to put .NewPageAfter = true; or if there is another way to do this, or if im doing something wrong :D thanks !

New page after group by change

Posted: Thu May 24, 2012 1:04 pm
by frisco434
nvm i figured it out :D

New page after group by change

Posted: Thu May 24, 2012 11:41 pm
by Andrew
Hello,

Great! In addition, that would be great if you could share your experience with this issue with other forum readers.

Thank you.

New page after group by change

Posted: Fri May 25, 2012 10:10 am
by frisco434
I put

GroupHeaderBand.NewPageBefore = true;

in the group header band create

New page after group by change

Posted: Fri May 25, 2012 11:55 pm
by Andrew
Great!

Thank you.