All headers in the subreport should work, except the page
header/footer. So I think you must mean that you want to
simulate the subreport page header.
This is done by creating a top level group with header in
the subreport. Set the group Field/Expression to a constant
expression such as =1 or ="Funky Page Header". Then move
all the controls from the inefffective page header to the
new group header and set to group header's RepeatSection
property to Yes.
Now, how do I get the subreport headers to appear on every page of the main
report? For example, the subreport items roll into the second page and where
I don't have any headers.
Create a new top level sorting and grouping level based on a constant like
=1
Display the header section for this grouping and set the Repeat Section
property of the header section to Yes. Use this section as a "Page" header.
Open your report's sorting and grouping dialog. Create a new level based on
the Field/Expression of:
=1
Make sure this is the first sorting and grouping level. In the sorting and
grouping dialog set this level to display the group header.
View the properties of the new =1 group header section. Find the Repeat
Section property and set it to Yes. This =1 group header section can be used
as a page header for your subreport.
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.