java - Changing Jasper Report layout to run from left to right -


is possible create jasper report runs left right opposed usual top bottom layout.

basically having header band of report running vertically instead of horizontally.

for example, this:

age sex location 35   m  london 27   f  dublin 40   m  dublin 

to layout:

age      35      27     40 sex      m       f       m location london dublin dublin 

actually there property of report called "print order". changing "vertical" "horizontal" same text rotation entire report.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -