Printing page header for a sub-report

  • Thread starter Thread starter Jim Pockmire
  • Start date Start date
J

Jim Pockmire

I have a subreport that spans several pages. I can print a report header on
the first page of the sub-report. How can I print a page header for the
subreport on subsequent pages?
 
There are no page section or events in subreports. You can add a new primary
sorting and grouping level and set the Field/Expression to a constant like:
=1
Set the group header to Yes. Then set the group header Repeat Section
property to Yes. You can then use the =1 Group Header in place of the
subreport's page header.
 
Back
Top