多子报表不断增长和重叠的报表

问题描述:



当我放置子报告时,我有一个包含9个子报告的报告:
Sub1 Sub2 Sub3
Sub4 Sub5 Sub6
Sub7 Sub8 Sub9

然后这些报告会变得完美,但它们会相互重叠.
当我创建3个详细信息部分时,是不是我的A3纸没有正确填充,我最后只有2页,但是所有信息都可以放在一页上.

是否有一种解决方法可以在一个节中保留9个子报表而不重叠?

Hi,

I''m having a report with 9 subreports, when i place sub reports like this:
Sub1 Sub2 Sub3
Sub4 Sub5 Sub6
Sub7 Sub8 Sub9

then the reports grow perfect, but they overlap to each other.
When i create 3 details sections, then is my A3 paper not filled correctly and i''m ending up with 2 pages, but all information could fit onto one page.

Is there a workaround to keep 9 subreports in one section without overlapping?

此问题将需要反复试验, 但是一些提示如下,

1.将子报表的"CanGrow"属性设为false,
2.如果数据太长,请减小子报表中的字体大小
3.如果数据不适合所需的纸张尺寸,请尝试使用横向纸张选项.

祝您编码愉快!
:)
this problem will need trial & error work,
but some tips are as below,

1. make sub-report''s ''CanGrow'' property false,
2. decrease font-size in sub-reports if data is too long
3. try landscape paper option, if data is not fit in desired paper-size.

Happy Coding!
:)