Turn Off PageHeader when ReportFooter is displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Disregard.

Used the following in the PageHeaderSection:

PageHeaderSection.Visible = [Page] <> [Pages]
 
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
 
Back
Top