In this article I want to consider a property PrintOnPreviousPage of the object ReportPage. How does it work? If you have a two-page report, you can set this property to true for the second page, and then, if the first page is left free space, the objects of the second page, partially or completely be transferred to the first. Thus, you can save paper when printing reports or simply to improve the look of the report, if the empty space on the page is causing your discord. All of this works fine with the usual report pages. However, if you use the property or UnlimitedHeight UnlimitedWidth, then to the pages will be connected you must to fulfill some conditions:Страницы должны иметь включенное свойство UnlimitedHeight или UnlimitedWidth;
If both pages have enabled UnlimitedHeight property, they should have the same width, or enabled UnlimitedWidth property;
For the page you want to merge with the previous the property PrintOnPreviousPage should be enabled. ...