I\'m trying to import a moderately complex report into my java application. The report includes subqueries, a style template (jrtx) and images. Everything works great in iReport but when I try to run
I have been working on a project in Grails. I need to generate reports in pdf, excel, and word. I have been able to generate reports also in the above mentioned formats. I have used DynamicJasper to g
The summary band is always aligned to the bottom of the page when there is only 1 page. But when the summary band doesn\'t fit on the first page, it will be shown on the second page. If there is no De
I have a report backed by a collection of MyJavaBean. In this report I (of course) can get the properties of MyJavaBean declaring them in t开发者_如何学Gohe Fields and using it on the details band, s
Is there a way for getting and using an existing (open) transaction ? I have an application using JPA/Hibernate that inserts some data. Within the session (and so the transaction), I want to generate
I need to generate a report which should contain a set of different mathematical equations. I need a way to inserted in my report, there\'s no condition on the way one can represent the equations so a
I have a master report with 2 subreports. I use the same report to generate PDF and xls. Pagination is enabled but for excel, i need to disable pagination, which i do by rendering all in one sheet. Th
I would like to do the report开发者_如何学Go using iReport which can but does not have to display rows. How can I force Jasper Reports to display the text \"No data found.\" when the query returns no
How to create a jasper report with 开发者_如何学编程devl database and then deploy to prod with prod datasource?
I recently set up Jasper Repor开发者_开发知识库ts, Apache Ant, and JDK on my server. I followed a book. I put jasper and ant in the home directory and the opt directory. I did a little bit of conf edi