I have a report with the following layout:
Section on field - vertical table with 4 columns
Section
Column1 - Column2 - Column3 - Column4
Section
Column1 - Column2 - Column3 - Column4
...
If I have no breaks in my report, all results are shown correctly (with paging) but no additional white space between the sections
If I add one break (on Column1), my results are still OK (again with paging) but no additional white space between the sections
If I add a second break (on Column2), my results are not OK anymore. My results are now shown in multiple pages with a lot of white space between the sections. It is as if my report takes into account the number of vertical rows it can show (but I do not have this behavior when I only have 1 break in my report).
How can this be solved?
Kind regards,
Lieselot