Is it possible to create a jasper report that runs from left to right as opposed to the usual top to bottom layout.
Basically having the header band of the report running vertically instead of horizontally.
For example, from this:
Age Sex Location
35 m London
27 F Dublin
40 m Dublin
To this layout:
Age 35 27 40
Sex m f m
Location London Dublin Dublin
Found a way to do it by setting the text rotation to “right” and then rotating the page.