Page Header Missing from subreport

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

Guest

The Page header displays when the sub report is run alone (outside the main
report) but it does not display when it is opened in the main report. Why is
this? How can I get the page header to display in the main report also.

Thanks you!

Ross
 
You can't get a page section to display in a subreport. You can create a
first level of sorting and grouping on an expression like:
=1
View the Header for this Group. View the properties of the =1 Header and set
the Repeat Section property to Yes. Use this section as your new page
header.
 
Ross said:
The Page header displays when the sub report is run alone (outside the main
report) but it does not display when it is opened in the main report. Why is
this? How can I get the page header to display in the main report also.


Subreport's do not process Page header/footer sections nor
do they trigger the Page event.

A way to simulate a page header in a subreport is to create
a top level group header (View menu - Sorting and Grouping)
using a constant expression such as =1. Set the header's
RepeatSection property to Yes and away you go.
 
Duane,

I didn't know that!

Thank you!

Duane Hookom said:
You can't get a page section to display in a subreport. You can create a
first level of sorting and grouping on an expression like:
=1
View the Header for this Group. View the properties of the =1 Header and set
the Repeat Section property to Yes. Use this section as your new page
header.
 
Marshall,

I didn't know that!

Thank you!

Marshall Barton said:
Subreport's do not process Page header/footer sections nor
do they trigger the Page event.

A way to simulate a page header in a subreport is to create
a top level group header (View menu - Sorting and Grouping)
using a constant expression such as =1. Set the header's
RepeatSection property to Yes and away you go.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top