How to display subreport header on the second page?

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

Guest

I have a report and a few subreports. The header info in subreports is placed
in the subreport’s report header. When subreport is printed on two
consecutive pages its header info is omitted on the second page. Is there a
way of resolving this issue?

Thanks.
 
Create a new primary sorting and grouping level on a constant expression
like:
=1
View the header for this group. Set the =1 Group Header's Repeat Section
property to Yes. Use this section as your "Page Header" of the subreport.
 
Thanks. Works well.

Duane Hookom said:
Create a new primary sorting and grouping level on a constant expression
like:
=1
View the header for this group. Set the =1 Group Header's Repeat Section
property to Yes. Use this section as your "Page Header" of the subreport.
 
Back
Top