JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.
I am trying to generate a docx in jasper report. I have this code: JRDocxExporter exporter = new JRDocxExporter(); ByteArrayOutputStream baos = …
java jasper-reports docx export-to-wordI need to convert or format my timestamp to date in the report I am generating using Jasper Reports iReport …
java jasper-reports ireportI am trying to export jasper as pdf but It does not show the cyrillic values. When I export it …
java jasper-reports export-to-pdfAnyone know of an open source Jasper Reports DataSource implementation that can handle JSON data? I'd like to utilize JSON …
json jasper-reports ireportI'm using iReport 2.0.2. I have a problem with formatting numeric data after generating report with help of Excel exporter. For …
jasper-reports export-to-excel number-formatting ireportDespite the question asked before, I cannot solve the problem by using them. I am currently trying to generate pdf …
jasper-reports noclassdeffounderrorI am trying to generate a report containing a table. These are the important parts from the jrxml: <jasperReport &…
jasper-reports ireport xmltableI am generating a report from a JRBeanCollectionDataSource. This report is about a customer's order. This is my code public …
jasper-reports ireportIt is my jrxml code: <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:…
java jasper-reports ireportI need a reporting capability in my web application. I have googled the net and found that JasperReports is the …
jasper-reports ireport