Hi
I just want to show several JasperPrint Objects in only one JRViewer. Is
there a function to concat 2 or more JasperPrint Objects to one JasperPrint
Object? or something like that?

In pseudo code:
JasperPrint jp1 = JasperFillManager.fillReport(url.openStream(), parameters,
                    new JRBeanCollectionDataSource(inspBean));
JasperPrint jp2 = JasperFillManager.fillReport(url.openStream(), parameters,
                    new JRBeanCollectionDataSource(inspBean));
JasperPrint jp = jp1+jp2

jrviewer= new JRViewer(jp);


I hope its clear what i mean.
Thanks for your help!
jeipack
-- 
View this message in context: 
http://www.nabble.com/Merge-multiple-JapserPrint-Objects-tf3584001.html#a10014641
Sent from the jasperreports-questions mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to