Blank spaces in a report having subreports

S

shri

I have a report which has 2 subreports in it. (i.e main report calls
subreport1 which calls subreport2). Now when I run the main report
there are blank spaces between each group ( the report sorts by 2
columns) therefore for each change in a group there appears a blank
space. How can i get rid of this space.


Thanks
Shri
 
A

Allen Browne

In report design view, right-click the section that contains the subreport
(i.e. the gray bar across the report containing the section name), and
choose Properties.

Set the Can Shrink property of the section to Yes.

You may need to move the subreport up in its section, and also reduce the
height of the section.
 
Top