Subreport Page Headers

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

Guest

Is there a control to get Page Headers to display on a subreport? I normally
just put things in the report header, but if the subreport is multiple pages
this doesn't meet my need.
 
Jason said:
Is there a control to get Page Headers to display on a subreport? I normally
just put things in the report header, but if the subreport is multiple pages
this doesn't meet my need.


The Page header/footer section are ignored in subreports.

You can use create a top level group header absed on a
constant expression such as =1 or ="Fake Page Header" or
whatever. Then set this group header section's Repeat
Section property to Yes,
 
Back
Top