Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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?
Posted

1 solution

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!
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900