Hello and sorry if it has been questionned before but I couldn't get my answer on the previous topics.
For short story : I have arrays in SubReports that I show in my main report. These are big arrays and therefore they spread between pages which is not a problem but between the pages with the parts of the array there is always a blank page.
Now for more informations:
- Both my main report and my subReports are A4 formatted with 0 margins and 21cm width.
- In my DetailSection I have List (21cm width) that contains a List (21cm width) that contains my SubReportItem (21 cm width)
- I have many arrays but the 2 having a problem are the big ones that spread to multiple pages.
- All the "KeepTogether" properties are set to false wherever that was possible
- In the subreports, I created Tables and not CrossTabs
- I tried to generate a report only using what's supposed to be the subReport and they spread ok between the pages without blanks which makes me think the problem comes from the fact that they are SubReports ?