I need to create a jasper report that contains two columns of data of equal length. For example, I have a collection of 50 columns. I want precisely two columns of 25 entries each. How can I do this?
Thanks.
I need to create a jasper report that contains two columns of data of equal length. For example, I have a collection of 50 columns. I want precisely two columns of 25 entries each. How can I do this?
Thanks.
Using iReport
1
to2
.Horizontal
.The page content should divide in half. Place the objects in the left-hand side of the page.
Using Jaspersoft Studio
By printing the object values across the page, rather than down each column, the results will split evenly between the two columns. (A horizontal print order will prevent a lopsided split.)