sub report page header missing in main report

D

dkingston

when i place column headings in the page header of a
subreport they do not show on the main report. what am i
doing wrong?
please reply via post or to:
d k i n g s t o n (at) j a g l y n n (dot) c o m
 
M

Marshall Barton

dkingston said:
when i place column headings in the page header of a
subreport they do not show on the main report. what am i
doing wrong?


The main report is in charge of paging issues, subreport do
not use the page header/footer, page events, etc.

The usual way to simulate a page header is to create a top
level group (Sorting and Grouping) based on a constant
expression such as =1. Make sure this group has a group
header section, then move the controls to the new header and
fix them as needed (e.g. =Page & " of " Pages needs to be
changed to =Parent.Page & " of " Parent.Pages). Set the
group header's RepeatSection property to Yes.
 

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

Top