title bar in subreports
How do I get the title section in my subreport to print at the top of every
page? Right now it is only printing on the 1st page.
Thanks,
Karen
page? Right now it is only printing on the 1st page.
Thanks,
Karen
This discussion has been closed.
Comments
Try creating a group on a static label and using the group header instead of
the Title. Be sure to set the Group.ReprintOnSubsequentPage property to
True.
------------------------------------------------------------------
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.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
there was a way to set the title bar to have the same behavior. This works
though.
Karen
The definition of the Title band is that it prints once at the beginning of
a report. It is always necessary to use a header or group header if you
need information to show up at the top of subsequent pages in a report or
subreport.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com