There is no page header section available in a subreport. However, you can fake a page header if you've got at least one group in the subreport.
Create your "page" header in the first header for the first group. In the suppression formula for that section, put the following:
(pagenumber = 1 and not previousisnull({some key field}))
or (pagenumber > 1 and not InRepeatedGroupHeader)
You need to be sure that "keep together" is turned on for the group. If it's not, you will not get the "page" header when a group breaks at the end of a page.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.