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
I\'m am getting irritated with iReports. Problem is that I have a data set returning data for multiple customers and I want to use the \"Group Expression\" against the customer ID and have the report
My datasource is like this: final Collection<Map<String, ?>> summaryList = new ArrayList<Map<String, ?>>();
For multiple reports, I have a scriptlet that calls many web services. The calls are done开发者_如何学Go under the afterReportInit() method to fill a couple of HashMaps which in turn are used in the r
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 want to use and/or in JasperReport expression i tried the following but it doesn\'t work: ($P{pId} == $F{id1}) or
Problem I have created a blank report (mychart.jrxml).I cannot figure out how to add a chart to my blank report in the designer view.
I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport.
I have developed a crosstab report in iReport. I want to subtract values from consecutive column values. How can I do that??
I have created jasper report in ireport. I am trying to execute it using jasper server. I want to pass two input parameters to report using single Input Control. This input control is a drop down. It