Reports and Subreports

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Strange problem
----------------

I've got a report with several subreports. Each subreport has report
headers and page headers. I'm finding that individually each subreport's
report header and page headers work find, but when involved with the main
report the subreport's page headers stop working. Anyone know why?
 
Scott said:
Strange problem
----------------

I've got a report with several subreports. Each subreport has report
headers and page headers. I'm finding that individually each subreport's
report header and page headers work find, but when involved with the main
report the subreport's page headers stop working. Anyone know why?

All page "stuff" belongs to the parent report. The subreports basically have no idea
when page events are happening so none of their page related stuff works.

You can often replace the page header with a group header and set its RepeatSection
property to True.
 
Back
Top