how to display a subreport page header on page2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

my subreport has a header and when the subreport extends to the next page,
the headers aren't printed/displayed anymore.

thanks.
 
You can try create a first level of sorting and grouping on a constant
expression like

=1

Display the =1 Group Header and then set the properties of this section to:
Repeat Section: Yes


Use this section as your header.
 
In the subreport, create a *group* header (using the Sorting and Grouping
dialog), using a field that will not change part way through the report.

Set the Repeat Section property of this section to Yes. It will now appear
at the top of each page.

In a subreport, you can only do this with a group header, not a page header
(which does not work in subreports) nor the report header (which appears on
the first page only.)
 
Back
Top