Sub Report Page Header/footer

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

Guest

Is there any way to have the page header and footer from a sub report take
the place of the parent reports header and footer?
 
BOONER said:
Is there any way to have the page header and footer from a sub report
take the place of the parent reports header and footer?

Page Header/Footers in subreports don't appear at all because eveything related
to pages is the domain of the parent report. You can make a top level group
header in your subreport based on a constant (like =1) and set its RepeatSection
to True and it will behave like a PageHeader AND still show up in the parent
report. The same cannot be done to simulate a page footer though.
 

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