I have a main report that contains quite a few subreports. The outline of the main report is below:
------------------------------------
SUBREPORT 1
SUBREPORT 2
SUBREPORT 3
When I generate the report, if SUBREPORT1 does not contain any data I expect the rendered report to look like:
--------------------------------------
SUBREPORT2 DATA
SUBREPORT3 DATA
However, what I am getting rendered is similar to below:
------------------------------------
SUBREPORT 2
SUBREPORT 3
I want SUBREPORT2 to move up closer to the line if SUBREPORT1 does not get rendered. How do I accomplish this? I've played around with the CanGrow and CanShrink properties but that does not seem to solve the issue? Can this be done? Thanks!
------------------------------------
SUBREPORT 1
SUBREPORT 2
SUBREPORT 3
When I generate the report, if SUBREPORT1 does not contain any data I expect the rendered report to look like:
--------------------------------------
SUBREPORT2 DATA
SUBREPORT3 DATA
However, what I am getting rendered is similar to below:
------------------------------------
SUBREPORT 2
SUBREPORT 3
I want SUBREPORT2 to move up closer to the line if SUBREPORT1 does not get rendered. How do I accomplish this? I've played around with the CanGrow and CanShrink properties but that does not seem to solve the issue? Can this be done? Thanks!