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

  • Thread starter Thread starter Londa Sue
  • Start date Start date
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,
 
Where are the headers currently placed? Placing them in the Page
Header section should automatically put them on top of each page.
 
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.
 
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.
 
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.
 
Back
Top