Tagged Questions
JasperReports is an open source Java reporting tool, can be used in all Java applications from desktop to web applications. JasperReports exports to screen, to printer or into PDF, HTML, Microsoft Excel, RTF, ODT, Comma-separated values and XML files.
17
votes
10answers
3k views
What is the best report engine for Java
For most of our project, we use Jasper Reports, does anyone have experience with other report engines, is there anything better? (We use JR for stock-exchange reports)
14
votes
5answers
832 views
Generating Reports - What works for you?
I'm looking for a templating tool that allows powerful manipulation of data and report building. JasperReports is powerful, but is it the best out there? I generally don't need the ability for fancy ...
12
votes
11answers
2k views
What are the drawbacks with Jasper Reports?
I'm evaluating report engines for a Java desktop application. I need to print receipts, invoices and reports. I'm looking at Jasper Reports since it seem to be the most popular reporting engine in the ...
12
votes
5answers
3k views
Reports in Java. What tool to use?
I need to create some reports, in different formats (xls, pdf, rtf). I am currently using JasperReports, in conjunction with IReport. I have no major complaints about it (except for the cases when ...
11
votes
4answers
418 views
google.zxing barcode generator in iReport
I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport.
But i dont know, how to configure Image Expression and Expression Class of ...
10
votes
3answers
10k views
BIRT vs Jasper Reports
I goggled for 2 hours to find what shall I use.
I found that both are good and have good community. BIRT is supported by IBM, IBM integrated Tivoli reports with it. This proves it is good and will ...
10
votes
1answer
5k views
How do I change the locale that JasperReports uses?
The windows installed on my machine has the locale en_AU and that's what JasperReports uses. I already tried changing the locale of all users, including the Administrator but it still uses en_AU.
How ...
8
votes
2answers
397 views
Running report on JasperServer from C#
Jasper Reports is a superb open source alternative to Crystal Reports. It's great for single page PDF pages such as letters & invoices to multi-page reports. However it's not very .NET friendly, ...
8
votes
3answers
406 views
Integrate Jasper in Rails 3
I'm trying to integrate a rails 3 app with jasper following this wiki:
http://wiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports
But it seems that a lot of information isn't updated so ...
8
votes
5answers
828 views
Lightweight Java reporting engine
I'm looking for a lightweight java reporting engine to be embedded in an applet application.
My first option was Jasper Reports, but the jar is over 2Mb, a little too heavy (and too bloated) for my ...
8
votes
6answers
9k views
External Styles in JasperReports
I'm working on a system that includes a large number of reports, generated using JasperReports. One of the newer features is that you can define styles for reports.
From the available docs I believe ...
6
votes
3answers
710 views
How can I test a jasper report?
I want to test all the jasper reports of my application. I want to be able to detect:
Compilation problems (Would checking that JasperCompileManager.compileReport(some inputStream) doesn´t throw ...
6
votes
4answers
3k views
Jasper Reporting Tutorial
I am looking for a walkthrough or tutorial for jasper reporting. I have tried searching fortutorials but each tutorial has it's own way of using it. Some are shortcuts and some are incomplete. Can you ...
6
votes
3answers
13k views
How can I increment a variable with value of another variable in JasperReports?
I need to make a grand total of the items I'm counting in a subReport. To do that, I think I need to add the value of that variable to another variable for each iteration, or "increment" it by that ...
6
votes
2answers
2k views
Scheduling a JasperServer Report via SOAP using Python
I was able to figure out how to run reports, download files, list folders, etc. on a JasperServer using Python with SOAPpy and xml.dom minidom.
Here's an example execute report request, which works:
...
5
votes
2answers
146 views
JasperReports - specifying multiple fonts?
I need UTF8-capable reports, and I need to be able to run on CentOS, Windows, and Mac. This is particularly tricky, as the set of shared UTF-8 fonts seems to be non-existent.
In iReport, you can set ...
5
votes
3answers
288 views
Running Jasper Reports against an in-memory h2 datasource?
I'm trying to run jasper reports against a live and reporting database, but any reports run against the live database throw exceptions about not finding the right tables (although the default PUBLIC ...
5
votes
1answer
926 views
Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
I'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 jar file "xerces-2.8.0.jar". This ...
5
votes
2answers
1k views
Write binary stream to browser using PHP
Background
Trying to stream a PDF report written using iReport through PHP to the browser. The general problem is: how do you write binary data to the browser using PHP?
Working Code
...
5
votes
2answers
12k views
How to use table component added to JasperReports 3.7.2 with grails jasper plugins?
I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component useful to generate tables.
I have define Table dataset 1, and some fields ...
5
votes
2answers
584 views
How safe is apache Commons-javaflow while using jasperreports
I am using jasperreport and trying to pass an alternate report runner.
• net.sf.jasperreports.engine.fill.JRThreadSubreportRunner: The initial thread-based
implementation
• ...
5
votes
4answers
3k views
How to print from web application to receipt printer?
I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there any java applets or ...
5
votes
5answers
1k views
Render PDF on a Blackberry?
We are using Blackberries to display PDF reports. Here are background details on the problem:
The PDF reports are created using JasperReports.
Report format can be changed.
Different report formats ...
5
votes
4answers
4k views
view SQL executed by Jasper report
When running a Jasper report in which the SQL is embedded in the report file (.jrxml), is it possible to see the SQL that is executed? Ideally, I'd also like to see the values that are substituted for ...
4
votes
1answer
60 views
ColdFusion Reporting Options
We currently use Report Builder with ColdFusion. This Report Builder hasn't seen any Adobe development in around 5 years and doesn't look like it will see any soon.
I need a scalable reporting ...
4
votes
1answer
134 views
How to use the same datasource twice in JasperReports/iReport
I'm trying to work out how best to do reports with a chart then a table representing the same dataset. I need to overcome the positioning of the summary is at the bottom, so intend to use subreports ...
4
votes
1answer
868 views
Returning a value from Sub Report to Main Report in IiReport
Hi every one I am using iReports for generating one of the reports and stuck at one place.
The situation is like this:
I am using one sub report in my main report and i want to return a variable ...
4
votes
3answers
126 views
Could anyone tell me how to to add VB Excel Script in Excel Generated Jasper Report?
Current Excel Report is created using Jasper Server / Jasper Report 3.8.
In my case , I would like to create Pivot Excel automatically using Excel(Since Jasper Report Crosstab is not sufficient for ...
4
votes
2answers
2k views
Compile & Fill Jasper Report - XML datasource
I am hoping someone can tell me why the code below is creating an empty pdf file every time...?
I am trying to compile, fill and run the "xmldatasource" sample project that ships with JasperReports ...
4
votes
1answer
218 views
Dynamically change the class attribute of jasper's textFieldExpression
I have to display a textField a jasper report. The report is generated to an Excel file. The problem is with a particular column which sometimes has a string and sometimes has an integer (also as ...
4
votes
1answer
1k views
DynamicReports vs. DynamicJasper
Background
Developing Java EE application with DynamicReports and so far it's sufficient for me. Recently I found DynamicJasper and I would like to know if it could be better choice.
I can see that ...
4
votes
1answer
646 views
Save to Excel From JasperViewer
I'm using JasperViewer to show the report to the user and to be able to export to pdf,word and Excel.
The problem is while saving to Excel, and error prompts saying:
Exception in thread ...
4
votes
2answers
3k views
How do I compile jrxml to get jasper?
I am new to Jasper report framework. I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper file?
Please explain in detail
Thanks :)
4
votes
1answer
1k views
evenly spreading data in to multiple columns
I have a List of objects (50 items for example). If i display it in jasper reports its taking 2 pages. What i am trying to do is, i want to make the page as two column and to display the List evenly ...
4
votes
5answers
696 views
PDF Generation Library for Java
I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project.
My requirements
on-the-fly generation of PDF documents (mainly order ...
4
votes
8answers
7k views
JVM fonts and JasperReports
I'm trying to generate report with DynamicJasper, but I'm getting the following error
net.sf.jasperreports.engine.util.JRFontNotFoundException:
Font 'Arial' is ...
4
votes
2answers
8k views
iReport: Passing parameters from a main report query to a dataset query for a table or list
I understand how to pass parameters from a main report to a subreport, since there's a specific field for this in the subreport object. However, I'd like to do the same thing with a table or list ...
4
votes
1answer
563 views
How to register a QueryExecuterFactory in jasper reports in java
I implemented JRQueryExecuter and want to use it in a report. Using iReport I managed to register and use the executer.
Now I want to use it in a java application, but I can't find any resources how ...
4
votes
1answer
1k views
4
votes
2answers
511 views
Is it possible to use Jasper Reports to generate reports from LDAP
I'd like to be able to include the results of LDAP queries in Jasper reports. Is that feasible? From what I can gather it seems that the only way to go about this is to write my own custom ...
4
votes
2answers
6k views
Is Jasper Reports the appropriate solution to display reports in a web application?
We want to generate Reports either embedded as html pages in a web app or downloadable as a pdf. Hence I came across Jasper Reports because it thought it would fullfill these requirements.
Currently ...
3
votes
1answer
29 views
JasperReport how to edit generated report HTML?
Is it possible to edit HTML of generated report on servlet after exporting it with JRHtmlExporter? I just want to change generated report <body> tag to <body onload="window.print()">. All ...
3
votes
1answer
69 views
':' character in JasperReports HTML output
I am working with JasperReports with HTML as the export format. The problem is that from my Java class, I set the parameter with a String value containing the ':' character, when I click the button to ...
3
votes
2answers
76 views
Jasper Report Bands When No Data Source
My understanding is that if you don't supply a JRDataSource to the JasperFillManager, then the resultant JasperReport will not contain any detail bands.
For reasons outside the context of this ...
3
votes
1answer
108 views
What's the best way to show html reports generated by JasperReport in a jsp?
I'm working on a reporting web application using JasperReports and Spring MVC.
Now, i need to show the reports generated by Jasper, inside a web page.
Is there some facility using ...
3
votes
0answers
262 views
jasper report in grails
I use jasper plugin to get report in pdf .I am trying to get report using this example(http://grails.org/plugin/jasper).To get particular id information in pdf format used below codes.
<div ...
3
votes
1answer
98 views
Customizing jFree Chart
I have a special requirement to display a TimeSeries chart using jFree Chart.
I need some thing like the image below, where there is a line apart from the chart which shows
average temp.
Can anyone ...
3
votes
2answers
259 views
How to get the same database connection as JPA used using Java?
I am using Jasper Reports for report generation.
I am using temporary tables to generate reports for which I need the same connection used by JPA while creating temporary table how do I achieve the ...
3
votes
1answer
279 views
Converting report templates RPT/RDL to JRXML/Jasper Reports?
I'm currently using Crystal Reports and I'd like to switch to Jasper. To ease the transition, I'd like to have a methodology for automatically or semi-automatically converting existing templates. This ...
3
votes
2answers
532 views
iReport preview/exporter output not handling UTF-8 translations?
I'm trying to make my reports work with a translations bundle. No matter what I try, I can't seem to render UTF-8 for any language - I just get two broken characters for every UTF-8 character.
My ...