not print page header in the last page

  • Thread starter Thread starter Carlo M.
  • Start date Start date
C

Carlo M.

Is it possible to print page header in all pages except the last one?
Thank you.
 
Try setting ghe Visible property of the section to No if Page = Pages.

The section does have a Visible property, even though it may not appear in
the enumerated list of properties.
 
Carlo said:
Is it possible to print page header in all pages except the last one?
Thank you.

The report itself has a property named "PageFooter" that defaults to "All
Pages". Just set that to "Not with Rpt Ftr". If you don't currently have a
report footer just add one with zero height.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top