Report-size limitations

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have a main report (based on client ID).
In the Detail section of the main report I have 3 subreports, linked via the
client ID of the main report.

Each of the subreports, however, are approximately 20" in length for their
respective Detail sections, which evidently surpasses the allowable length
for the main report's Detail section.

What's the proper way to join these subreports to the main report?

-- I would like a main report header, a common page header, sequential page
numbering, and a main report footer.

Thank you.
Mark
 
Mark said:
I have a main report (based on client ID).
In the Detail section of the main report I have 3 subreports, linked via the
client ID of the main report.

Each of the subreports, however, are approximately 20" in length for their
respective Detail sections, which evidently surpasses the allowable length
for the main report's Detail section.

What's the proper way to join these subreports to the main report?

-- I would like a main report header, a common page header, sequential page
numbering, and a main report footer.

Just make the subreport controls shorter (1 or 2 inches) and
set their CanGrow property to Yes.
 
Back
Top