jasper reports - Print my subreports horizontally with the detail band -


i have report containing subreport must print horizontally.

for example

----------------------------------------------------------------------------------                                     master report -------------------------- -------------------------- -------------------------- |        subreport 1     | |       subreport 2      | |       subreport 3      |   -------------------------- -------------------------- -------------------------- -------------------------- --------------------------  |        subreport 4     | |       subreport 5      |    -------------------------- --------------------------  ---------------------------------------------------------------------------------- 

the subreport (1,2,3,4 , 5) coming same subreport (just different values inside) in detail band. set number of columns 4 (i need 4 columns)

i tried set option "print order" "horizontal" have exception : caused by: net.sf.jasperreports.engine.jrruntimeexception: subreport overflowed on band not support overflow. searched on forums , said put "print order" on "vertical" fix issue. running in circle.

is there way deal overflow thing while keeping horizontal printing ?

the purpose of generate different barcodes in each subreport , print using full page make stickers


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -