I\'m going to develop a Web App. with Jdk 1.4 on Webl开发者_如何学Googic 8 and I need to use jChart, JFreeChart, iText and JasperReport.
I have a main report and a subreport working nice. The subreport is printed in the su开发者_Python百科mmary band. My problem is when I export the report. The subreport is invisible, only main report i
In the gantt chart on my reports I have 1 year\'s worth of data. I\'m only interested in seeing the month printed at the top of the gantt chart. [Jan-开发者_运维知识库Dec]. However, the graph currentl
I have some code that will read a jrxml file 开发者_StackOverflow中文版into a JasperDesign object.
My datasource is like this: final Collection<Map<String, ?>> summaryList = new ArrayList<Map<String, ?>>();
Is it possible to execute \"insert query\" in IReports/jasper reports during report g开发者_如何学JAVAeneration?Yes, the idea you need is parameters using this syntax: $P!{PARAM_NAME}.
I\'m building a Time series based chart that graphs Time -> double value. The chart contains at least 230 points. If I use the \"show lines\" option the graph doesn\'t display any lines. If I disselec
开发者_如何转开发Is there a way to change the scalling of charts in JasperReports. The default is linear, however I would like to change it to a logarithmic. How would I go about doing this with a Jas
I am prototyping a web application using Spring MVC 3.0 with JasperReports. I have already done reporting applications using Spring + Jfreechart + iText + Apache POI and been able to use successfully
I have a problem to choose which PDF API can i use to generate a pdf with dynamic fields... I\'ve used jasper report some time ago but the requirements has changed and now i have dynamic fields...