While printing a band FastReport checks, if there is enough space in the page and if this space is not enough, it generates a new page and print the band on it. Moreover the space in the page is not spent sparingly, especially in the cases when band height is big enough:

In order to print so many text lines in the sheet as possible, the band must have not only the “Stretched” option enabled, but also the “Broken” option enabled. Thereafter the Report would look approximately like:

If the Report is multicolumn, the contents of the objects will be transferred to the next column:

“Text”,”RoundRect” and “RichText” objects can break the contents. All other objects will be taken out to the page, where enough free space is available.