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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -