0
votes
1answer
31 views
Jasper Reporting Tutorial
Hi. 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 …
0
votes
2answers
31 views
stretch a textfield with subreport in the band
I have a textfield and a subreport in detail band. I pass the value to the subreport which displays details for the particular record. The problem is the textfield doesn't stretch …
0
votes
2answers
98 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 …
0
votes
1answer
116 views
Multiple cross tabs in single jasperreports and grouping them
Can anyone please tell me how to group crosstabs w.r.t report level group. i.e. in my problem i am using three crosstabs in details band.....and i want this page to be grouped by c …
0
votes
1answer
83 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
1answer
14 views
How jasper the jsp engine, compile JSP to servlet?
is Jasper a Java compiler itself?
1
vote
1answer
96 views
Jasper report exports empty data in PDF format when there is more data
I have a report to be exported in excel, pdf and word using jasper reports. I use xml file as the DataSource for the report, but when the data increases jasper report exports empty …
0
votes
1answer
179 views
NetBeans:JasperReport Exception
I'm working on a project that needs Jasper reporting, I have used the code fragment mentioned below to view the report in NetBeans 6.1 (the report is originally generated and compi …
0
votes
1answer
78 views
how to set the report virtualizer parameter for jasper reports in java
How to set the REPORT_VIRTUALIZER parameter for jasper reports i java
0
votes
2answers
80 views
I need to download jasper reports professional trail version
I need to download jasper reports professional trail version, can anyone help?
0
votes
3answers
159 views
java.lang.OutOfMemoryError: Java heap space in jasper report
When i export content in doc format then i get java heap space error,
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.By …
1
vote
2answers
94 views
Printing serial number in jasper report detail
I have created a jasper report.In that report in detail areaI have "serialNumber" column. That column wants to be auto incrementive and stats with "1".I am using hibernate for quer …
0
votes
0answers
74 views
how to use JRSwapFileVirtualizer for jasper reports in java
how to use JRSwapFileVirtualizer for jasper reports in java, this is the code which i use..
JRSwapFileVirtualizer virtualizer = null;
virtualizer = new JRSwapFileVirtualizer(10000 …
0
votes
1answer
39 views
Escape special characters in jasper reports
How to escape special characters in jasper reports.
example:- é, â, è, ^, @
0
votes
1answer
44 views
JRXML operator error
Hi everyone,
I'm getting this error when compiling my JRXML file in iReport 3.1.2:
com.jaspersoft.ireport.designer.errorhandler.ProblemItem@f1cdfb The operator > is undefined …
