All Questions
12 questions
0
votes
1
answer
104
views
iReport table joining issues and results in repeating values
I want to start by saying I have looked, researched and tried the other questions posted on SO that may relate to this issue I am having. None have worked and none relate to this problem
I am ...
0
votes
1
answer
44
views
What can I use to generate email/pdf reports based on a steady incoming data stream?
I have data coming in to a MySQL instance and I want to be able to analyze time-seperated data and generate a report based on that. What would be the best software/method to make use of? Would Jasper ...
8
votes
3
answers
13k
views
Jasper Report - Only Print Group Header When At Least One Detail Fits On Page
I am creating a jasper report with some very specific requirements.
The report contains a group.
The group header must print at the beginning of the group and also on a new page.
This is not a ...
0
votes
1
answer
124
views
Use single value of parameter List in queryString
I am using JasperStudio 5.6.0.final and the report is not generated dynamically from java code.
I have a problem with getting single value from parameter.
In the report I have a parameter A of a type ...
0
votes
0
answers
1k
views
iReport Designer : Extra space at the end of detail band (Jasper Reports)
I am creating an invoice using Jasper Reports for my Java based web application. I have a header, detail and a footer/summary section.
Now in the detail section I need a table (rectangle) with dark ...
4
votes
1
answer
5k
views
Is it better to use .jasper or .jrxml in web application?
I have been working with jasper reports for quite some time
All these days, I have compiled .jrxml files using IReport tool and copied the .jasper file in my web application. I know of the ...
0
votes
1
answer
3k
views
How to pass a list of objects from a Java application to the sub-report?
I have a report with one bar chart and one table. these two elements are filled by the list of objects which is passed from my Java application to the report.
Now I want to put these two elements in ...
1
vote
1
answer
3k
views
ireport generates pdf and html report with different look and feel? Html and Pdf report not generated with same format
I am using jasper report in my liferay custom portlet and i designed my report with ireport 4.7.1 but my problem is why there is vast diffrence in the reports generated with html and with pdf..there ...
0
votes
1
answer
886
views
In Grails, how can I render a list view as a Jasper report?
I am using Grails 2.0.4 and have installed the Grails Jasper Reports plugin. There is a nice “step-by-step” guide on the plugin page, but it does not seem to cover what I am looking for; I need to ...
8
votes
1
answer
16k
views
Jasper Reports: How to compile subreports
I have a standalone application, and one of its duties is to take the path of a *.jrxml file and compile it.
I can do this without problem until a report with a subreport comes up, where the ...
19
votes
2
answers
34k
views
Looking for an alternative to JasperReports [closed]
Some day ago my boss asked me that he wanted invoices in PDFs from out web application. Given that everybody uses JasperReports and iReport for design I tried it. My web app is based on Java+Hibernate ...
0
votes
1
answer
597
views
Detail Section left Spaces between Fields. How can I eliminate that?
I am Using latest version of Jasper Reports .I used two frames in detail section of Jasper Reports.One frame is containing all the needed fields in it and is set at top = 0 , second frame is exactly ...