Top "Jasper-reports" questions

JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.

Fonts not working when deploying jasperreport in PDF from web app

I'm having some issues with the fonts when I'm deploying the reports in my web app. The fonts I want …

java fonts jasper-reports export-to-pdf
How can I display "$£Ω€απ⅔" in Jasperserver PDF using iReport?

I've hardcoded a Text field with the value ":$£Ω€απ⅔:" to test if these characters will show in PDF But it only …

jasper-reports special-characters export-to-pdf
JasperReports Barcode Generation With Barcode4j - Library Dependencies

I have been searching which libraries are necessary to generate a barcode containing report, using JasperReports (version 4.6.0) and barcode4j, …

java jasper-reports barcode barcode4j
Jasper Reports crosstab sorting with comparatorExpression

I'm trying to sort my dynamic columns in a cross tab according to some custom scheme. In the docs I …

sorting jasper-reports comparator crosstab
How to create dynamic color for text field?

Background: Jaspersoft studio 6.2 How to change forecolor of a text field based on an expression. How can I apply a …

jasper-reports jaspersoft-studio
jasper text field getting truncated

I'm having a font issue with my jasper report where one of my more wordy text fields (the last one …

jasper-reports ireport dynamic-jasper
JRXML - Display a checkbox in a table

I can't manage to display a checkbox in a table in jrxml. Here is a sample of my code: <…

checkbox jasper-reports xmltable
How to create JasperReport object from compiled .jasper file?

I have compiled report (.jasper file). I need to get some info from that object (for example report name). How …

java jasper-reports
iReport + UTF-8

I have some utf-8 characters in jasperreports template. In iReport editor everything fine. But after compiling the output PDf can …

jasper-reports ireport
Is it possible to generate reports dynamically using Jasper Reports without generating a jasper for each report?

I have to generate reports based on various parameters which would be provided dynamically. In certain contexts, the parameters may …

java jasper-reports dynamic-jasper