Allow Subreport in Footer to Continue to next Page

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

Guest

In a report I'm creating I have created a subreport. The subreport is
located in the first level grouping of the main report and is linked via
parent-child relationship. The report displays and the data is linked
properly; however, the contents of the subreport can extend past the
remaining length of the page. I want the subreport to continue onto a
trailing page.

Can anyone suggest how I might accomplish this?

Regards,

Jeff Efros
 
Jeff Efros said:
In a report I'm creating I have created a subreport. The subreport is
located in the first level grouping of the main report and is linked via
parent-child relationship. The report displays and the data is linked
properly; however, the contents of the subreport can extend past the
remaining length of the page. I want the subreport to continue onto a
trailing page.


As long as the subreport control's (and its section's)
CanGrow property is set to Yes, it is automatic.
 
Marshall Barton said:
As long as the subreport control's (and its section's)
CanGrow property is set to Yes, it is automatic.

The problem was that I had a page break control below the subreport rather
than using the section's Force New Page property set to After Section. Once
the page break control was removed and the Force New Page property was set, I
was able to get a continuing subreport, otherwise it was truncated after the
first page.

Thanks for the tip!

Jeff
 
Back
Top