Reports longer than 22 inches

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

Guest

Hi,
I'm trying to do a free-formed report based which is based on a table, but
I'm adding graphics as I go. I'm doing my own page breaks and formatitng the
data as I go. Everything works fine except as I worked my way down the
report I can't go beyond the 22 mark on the ruler. Is there a way to expand
the detail section of a report so that it is taller than the 22 inch limit?

Thanks,
 
Build your report is parts using an unbound subreport for each part. Set the
Can grow property of each subreport control to Yes. Note that the subreport
control can be shorter than its source object.
 
Back
Top