Top "Jasper-reports" questions

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

Font is not available to the JVM with Jasper Reports

I'm trying to generate report with DynamicJasper, but I'm getting the following error: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font …

jvm jasper-reports ubuntu-10.04 dynamic-jasper
How do I compile jrxml to get jasper?

I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper …

java jasper-reports ireport jaspersoft-studio
How to sum all values in a column in Jaspersoft iReport Designer?

I have below similar report in Jaspersoft iReport Designer, but not able to figure out how to sum all values …

jasper-reports ireport
How to show an image on jasper report?

I want to show an image on a jasper report. I have the following on the .jrxml: <image> &…

java jasper-reports
How to avoid null values in jasper reports

I have a field in my jasper report which has a expression value like $F{address_street1}+" "+$F{address_street2}+ " " +$…

jasper-reports
doing comparison if else in JasperReports

I want to do a comparison such as: if <field> == 0 then "-" Can somebody tell me the syntax …

jasper-reports ternary-operator
Export JasperReport to PDF OutputStream?

I'm writing a pretty simple sample project for familiarizing myself with Jasper Reports. I'd like to export a report I've …

java jasper-reports
How to pass main report data source to subreport (JasperReports)?

I'm using JasperReports and I fill the JRDataSource for ther report. Now, I want to pass the main REPORT_DATA_…

jasper-reports datasource report ireport subreport
formatting a string to a currency format in jasper report

I have a string with some numeric value. I want to format it in a way where hundreds are comma …

java string formatting jasper-reports
if-else-if-else in textfield expression

I have to show columns: - send - receive - cancelled In a report column by checking a value from …

jasper-reports expression