New page after group by change

Stimulsoft Reports.NET discussion
Post Reply
frisco434
Posts: 24
Joined: Tue Jul 20, 2010 8:30 am
Location: Toledo

New page after group by change

Post 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 !
frisco434
Posts: 24
Joined: Tue Jul 20, 2010 8:30 am
Location: Toledo

New page after group by change

Post by frisco434 »

nvm i figured it out :D
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

New page after group by change

Post 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.
frisco434
Posts: 24
Joined: Tue Jul 20, 2010 8:30 am
Location: Toledo

New page after group by change

Post by frisco434 »

I put

GroupHeaderBand.NewPageBefore = true;

in the group header band create
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

New page after group by change

Post by Andrew »

Great!

Thank you.
Post Reply