report design

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.
Thanks
 
I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.
Thanks

No need for a page break control.
Set the GroupHeader ForceNewPage property to
Before Section
You'll find it in the GroupHeader's property sheet's Format tab.
 
Lisa said:
I need to insert a page break so that each group prints on a separate page. I
have tried to insert the page break control, but it doesn't break the page
when I preview the report. Any help will be appreciated.


Set the group header section's ForceNewPage property to
Before Section
 
Back
Top