By: Papick Garcia Taboada - papick
Master-Detail report in ONE jasper.jrxml file
2004-10-04 07:25
Hi,
I was wondering if I can have one file for the master/detail reports instead of splitting them into many files.
This would be great sinde I store my xml report files in a database and I have them compiled on the fly.
brgds,
taboada
By: Carlos Costa e Silva - carloscs
RE: Master-Detail report in ONE jasper.jrxml file
2004-10-04 17:57
You can still save the reports in the database.
Add a 'master' column to the table, and for subreports fill this column with the master report name.
By: Papick Garcia Taboada - papick
RE: Master-Detail report in ONE jasper.jrxml
2004-10-05 01:20
Thanks for the answer, but this wont work...
It is a web-app talking to EJBs - my data is collected by a Servlet, putting POJOs in an BeanArrayCollection. I don't want jasperreports to go directly to the db.
I will put the subreports into the options map - it is workaround, since my servler now has to scan the reports before compiling them.
brgds,
papick
Master-Detail report in ONE jasper.jrxml file
2004-10-04 07:25
Hi,
I was wondering if I can have one file for the master/detail reports instead of splitting them into many files.
This would be great sinde I store my xml report files in a database and I have them compiled on the fly.
brgds,
taboada
By: Carlos Costa e Silva - carloscs
RE: Master-Detail report in ONE jasper.jrxml file
2004-10-04 17:57
You can still save the reports in the database.
Add a 'master' column to the table, and for subreports fill this column with the master report name.
By: Papick Garcia Taboada - papick
RE: Master-Detail report in ONE jasper.jrxml
2004-10-05 01:20
Thanks for the answer, but this wont work...
It is a web-app talking to EJBs - my data is collected by a Servlet, putting POJOs in an BeanArrayCollection. I don't want jasperreports to go directly to the db.
I will put the subreports into the options map - it is workaround, since my servler now has to scan the reports before compiling them.
brgds,
papick
0 Answers:
No answers yet