Blank first page on report

  • Thread starter Thread starter David
  • Start date Start date
D

David

I created a report that is sorted by a Project Manager
(Project Manager Header). I wanted a new page to be
started with each new Project Manager, so I inserted a
page break before the Project Monitor control in the
Project Manager Header. This creates the effect that I
want, but the first page of my report is blank. Is there
anyway to get the same effect without having the first
page by blank?

Thanks,
David
 
David said:
I created a report that is sorted by a Project Manager
(Project Manager Header). I wanted a new page to be
started with each new Project Manager, so I inserted a
page break before the Project Monitor control in the
Project Manager Header. This creates the effect that I
want, but the first page of my report is blank. Is there
anyway to get the same effect without having the first
page by blank?

Instead of using a PageBreak control, try setting the group
header section's ForceNewPage property to Before Section.
 
It worked. Thank you very much.

David
-----Original Message-----


Instead of using a PageBreak control, try setting the group
header section's ForceNewPage property to Before Section.
 
Back
Top