Header of main page to also be on subreport pages
I have a main page with a few subreports. I want the header on the main
page to flow over to the subreport pages so I don't have to duplicate the
header for every report. Is this possible?
--
Don Gollahon
page to flow over to the subreport pages so I don't have to duplicate the
header for every report. Is this possible?
--
Don Gollahon
This discussion has been closed.
Comments
main report headers to pritn when the subreports print.
Cheers,
Jim Bennett
Digital Metaphors
------------------------------------------------------------------
Tech Tip: Subreport header/footer bands do not print for
Child type subreports.
------------------------------------------------------------------
For a subreport set to pbChild, the header/footer are not supported.
A child type subreport prints on its parent's page space and
therefore behaves more like a memo.
Options:
1. Use Title/Summary band.
2. Use GroupHeader/GroupFooter. If you need to repeat the header
when a page breaks then then you can create a group and
set Group.ReprintOnSubsequentPage to True.
http://www.digital-metaphors.com
info@digital-metaphors.com
changed them to pbSection. I'll experiment some more.