Report and Subreport

A

any

Hi,
I have a report with 4 subreport, I need that this subreport are not
expandible, but I don't want to cut the subreport.
When the subreport need another page, this continuos in the second page of
the record
How can do it?
thank for all
 
M

Marshall Barton

any said:
I have a report with 4 subreport, I need that this subreport are not
expandible, but I don't want to cut the subreport.
When the subreport need another page, this continuos in the second page of
the record


Have you tried setting the subreport control's CanShrink
property to No?
 
Top