ireport
Subreport isn't shown when exported to pdf, xls or doc
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[详细]
2023-04-13 04:25 分类:问答iReports Grouping Bug - Multiple Occurrences?
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[详细]
2023-04-13 00:30 分类:问答Accessing JRMapCollectionDataSource in JasperReports (using iReport)
My datasource is like this: final Collection<Map<String, ?>> summaryList = new ArrayList<Map<String, ?>>();[详细]
2023-04-12 19:19 分类:问答One scriptlet instance for multiple reports
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[详细]
2023-04-12 14:00 分类:问答Insert query in jasper reports
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}.[详细]
2023-04-12 12:05 分类:问答using and/or in JasperReport expression
i want to use and/or in JasperReport expression i tried the following but it doesn\'t work: ($P{pId} == $F{id1}) or[详细]
2023-04-11 10:03 分类:问答How to add a chart in iReport Designer 4.1.2 to my designer view?
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.[详细]
2023-04-11 05:33 分类:问答google.zxing barcode generator in iReport
I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport.[详细]
2023-04-10 16:35 分类:问答How to subtract consecutive columns in a crosstab report in iReport
I have developed a crosstab report in iReport. I want to subtract values from consecutive column values. How can I do that??[详细]
2023-04-09 23:26 分类:问答Passing multiple parameters using single input control in JasperServer
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[详细]
2023-04-09 20:18 分类:问答