JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.
I've found that JasperReports is really slow when filling a report from a Java app. The program hangs at this …
java xml performance jasper-reportsI'm using jaspersoft's iReport and I want to turn the new java.util.Date() (which is the current date) into 1 …
java jasper-reports ireportThe subreport has two Detail bands, the first is "Title" and the second is another subreport. These bands are divided …
jasper-reports subreportWhile I am running the following query in jasper reports, I got the exception. "net.sf.jasperreports.engine.JRException: Error …
sql-server jasper-reportsI'm developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the …
jsf glassfish jasper-reports xercesI have an issue related to wrapping of text in pdf format. For all the formats like xls,rtf, and …
jasper-reports overlapping word-wrap export-to-pdfI'm new to JasperReports. I'm designing a report using iReport. I have three values x,y,z. If z < …
java jasper-reports ireport jdeveloperWhen I format a text field to be displayed in "Bold"..it appears as bold in the ireport output, but …
jasper-reportsI have a problem with page footer in jasperreports. I want to keep the page footer fixed at the bottom …
jasper-reports footer fixedI have a data source that is composed of object { groupName, rowName, colName, value }. I'm trying to put the fields …
jasper-reports grouping crosstab