0
votes
1answer
9 views
Why does iReport keep adding tags that aren’t supported and then crashing?
First, iReport is the worst reporting tool I've ever used.
Now to my question..... iReport keeps adding tags it doesn't support, which causes a bunch of errors.
tag
<band sp …
2
votes
3answers
24 views
Print Jasper Report without pages
I'm creating HTML (popup window), EXCEL and PDF report and would like to show my reports on one page. This report is not going to be used for printing, so there is no need separate …
0
votes
1answer
16 views
JasperReport exception print
I making report engine with JasperReport. Everything works fine so far but I have small miss understanding. In my code I'm trying to compile template file and return JasperReport o …
0
votes
1answer
10 views
JasperPrintManager.printReport(jasperPrint,true)
I have a print button in jsp page that prints a report created in jasper.
What does calling JasperPrintManager.printReport(jasperPrint,true) in a jsp page actually do?
I imagine it …
0
votes
2answers
47 views
Jasper Reports - Add one day to a Date Parameter
I'm creating a Jasper report that includes the following parameters:
DATESTART (Date)
DATEEND (Date)
These parameters indicate a date range for a field called DATECREATED (Time …
0
votes
2answers
2k views
Inclusion and exclusion of subreports (IReport-Jasper)
Just needed to include or exclude a subreport based on a condition when using IReport tool to create Jasper reports. I.e., if a subreport has values, I need to include that subrepo …
3
votes
3answers
239 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 "incr …
0
votes
1answer
75 views
add a chinese character inside a chart element in jasper reports
When i try to display a chinese character inside a chart element(chart name) in jasper reports it doesn't display, i use i18n to take the value from properties file, it reads the k …
0
votes
2answers
76 views
How to dynamically remove legend in charts using Jasper reports?
How to dynamically remove the legend from a chart using the Jasper report API?
I have a chart to display dynamically based on some configurations, which includes the legend as a o …
1
vote
2answers
722 views
understanding JasperReports and JRBeanCollectionDataSource…
I now have my jasper reports working from my JRBeancollectionDataSource in my code! I am just a bit confused about some things...
When I am designing reports in iReport, I create …
0
votes
1answer
33 views
how to hide column in Jasper runtime?
Hello,
I am creating one jasper report by connecting it with database.In which I have to hide table column depending upon the data I get after executing the query.How to do …
0
votes
1answer
38 views
Bold doesn’t work for a text field…but works for a label..
When I format a text field to be displayed in "Bold"..it appears as bold in the ireport output, but is not displayed in bold when the same is viewed as a PDF..
any suggestions...?
0
votes
1answer
115 views
JasperReports html and pdf output
I'd like to create a dynamic reporting webpage using JSP. Basically it should contain the following parts:
Filter: The user can specify the filter conditions and press a filter b …
0
votes
1answer
36 views
Escape special characters in jasper reports
How to escape special characters in jasper reports.
example:- é, â, è, ^, @
0
votes
1answer
18 views
The isPDFEmbedded tag in Jasper Reports
What's the purpose of the isPDFEmbedded tag in Jasper Reports
