Hi!
I have a simple pie chart and a table in summary section.
I use RemoteXMLDataSource, place my xml file in web-server docroot and try to run against it.
(remote xml url looks like http://localhost:8080/i/clients_report.xml)
Both table and chart displays nothing.
https://dl.dropboxusercontent.com/u/1383480/work/clients_report_what_i_get.png
It only helps when I change table dataset connection expression to
((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).dataSource("/data/voc_sales_brand")
It looks wrong, but it somehow helps (only for table)
https://dl.dropboxusercontent.com/u/1383480/work/clients_report_what_helps.png
https://dl.dropboxusercontent.com/u/1383480/work/clients_report_what_helps_result.png
P.S. I have iReport 4.5.1
We are evaluating possibility to use Jasper Reports as our primary reporting engine (and maybe buy commercial version).
Graphs are really important matter for us.
Recommended Comments