Need subreport column headers to repeat when data goes onto next p

L

Londa Sue

Hello,

I've a subreport that has columns of data. I need the column headers to
repeat when the data spills onto the next page so that users will know the
type of data they are viewing. How can I do this?

Thank you for the help,
 
G

ghetto_banjo

Where are the headers currently placed? Placing them in the Page
Header section should automatically put them on top of each page.
 
L

Londa Sue

They are in the subreport headers as there are multiple subreports comprising
the main report. I've a different header for the page header that I need to
be repeated; it works well.
 
G

ghetto_banjo

The SubReport itself should also have its own Page Header section as
well though. If that doesn't work, I am not sure what to say.
 
M

Marshall Barton

Londa said:
They are in the subreport headers as there are multiple subreports comprising
the main report. I've a different header for the page header that I need to
be repeated; it works well.


You need to be explicit about which header has the column
labels. It can't be the subreport's Page Header because
subreport Page related things are ignored. The subreport's
Report Header can not repeat so that won't help. If you
have the labels in a group header, then just set the group
header section's RepeatSection property to Yes.

If you do not have them in a group header, create a group
with header and move the labels to it.
 

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