How to display subreport header on the second page?

L

Len

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.
 
D

Duane Hookom

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.
 
L

Len

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.
 
Top