Turn Off PageHeader when ReportFooter is displayed

J

JHK

On the last page of the report, when the ReportFooter is displayed, which is
set to start a new page, I would like for the PageHeader to not show.

How may I do this?
 
J

JHK

Disregard.

Used the following in the PageHeaderSection:

PageHeaderSection.Visible = [Page] <> [Pages]
 
M

Marshall Barton

JHK said:
Disregard.

Used the following in the PageHeaderSection:

PageHeaderSection.Visible = [Page] <> [Pages]


JHK said:
On the last page of the report, when the ReportFooter is displayed, which is
set to start a new page, I would like for the PageHeader to not show.


Don't know what version you're using, but AXP has the report
property PageHeader that can be set to Not With Report
Footer
 
Top