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
Post a Comment