Arun said:
I have a subreport which contains headers. How do I have the subreport
headers show up when placed in the main report?
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.