java - Page break for two detail bands -


i'm using page break in jasper report this

        <break type="page">             <reportelement uuid="c4506272-8dc3-4456-b5c7-5098df455221" x="0" y="39" width="100" height="1">                 <printwhenexpression><![cdata[$v{report_count} % 2 == 0]]></printwhenexpression>             </reportelement>         </break> 

in report, have 2 detail band , don't know how put page break. kind appreciated.

similar questions seems asked , answered here , here.

hope 1 of these can address problem.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -