Get rid of empty space

G

Guest

Hello,
I have a report with two subreports that works quite well in that it prints
all the information that I'd like it to. The only down side is that in some
cases there's a lot of empty space between the two subreports. If the first
subreport consists of two lines, the second subreport follows right behind
it, as it should. And the second subreport breaks to the next page where it
finishes quite nicely.

If the first subreport is larger than two lines, the second subreport starts
at the next page, leaving as much as 2/3 of the previous page empty.

Would anyone have any idea of how to eliminate the empty space where the
first subreport is larger than 2 lines?

Thank you in advance for your help.

Ellen
 
F

fredg

Hello,
I have a report with two subreports that works quite well in that it prints
all the information that I'd like it to. The only down side is that in some
cases there's a lot of empty space between the two subreports. If the first
subreport consists of two lines, the second subreport follows right behind
it, as it should. And the second subreport breaks to the next page where it
finishes quite nicely.

If the first subreport is larger than two lines, the second subreport starts
at the next page, leaving as much as 2/3 of the previous page empty.

Would anyone have any idea of how to eliminate the empty space where the
first subreport is larger than 2 lines?

Thank you in advance for your help.

Ellen

Set the Sub-Report control's to CanShrink= Yes and CanGrow = Yes.
Also set what ever section of the main report the controls are in to
CanShrink = Yes and CanGrow = Yes.

Also check any KeepTogether property you may have set to Yes. You
might need to change that to No. Try it first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top