I have a library that stores address data (street, city, state, zip code, etc.) and I want to create a JasperSoft report that I can print on a sheet of sticker labels. I have everything formatted the way I want on the page and it contains multiple columns. The only thing I want to change is the Print Order so that the records print row-by-row instead of column-by-column (see examples below).
Current Layout:
1 6
2 7
3
4
5
Desired Layout:
1 2
3 4
5 6
7
I have set the 'Print Order' report property to 'Horizontal' but it does not change how the records are printed out.
Has anyone else experienced this? Is there another setting that I am missing to make this work? Is it possible that Memento Database is ignoring/overwriting the Print Order property?