layout - Can I make the Column section not expand to fill the page in iReport -


If my report only generates rows of data to a certain extent (pages, not just rows), then my total I want to line up instead of being forced to the lower part of the page, after the last line of data is visible immediately, how do I do it? I have tried a page footer and a column footer and they both appear below the page instead of below the last line of data.

On the root report properties, there is a property called "Float column footer". If you turn it on, then this should do the trick. Also make sure that the data you need to float is in the picture picture band.


Comments