I've found where to set the new datasource expression but I'm not sure with the format.
If I'm correct this is the format:
((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{New_REPORT_DATA_SOURCE})
How is the New_REPORT_DATA_SOURCE specified?
How can I reference the already created Datasources from iReport?
Thanks in advance!
If I'm correct this is the format:
((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{New_REPORT_DATA_SOURCE})
How is the New_REPORT_DATA_SOURCE specified?
How can I reference the already created Datasources from iReport?
Thanks in advance!
2 Answers:
Posted on August 13, 2006 at 2:49pm
javydreamercsw wrote:
Is this possible or I'm just dumb?
I've found where to set the new datasource expression but I'm not sure with the format. If I'm correct this is the format: ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{New_REPORT_DATA_SOURCE}) How is the New_REPORT_DATA_SOURCE specified? How can I reference the already created Datasources from iReport? Thanks in advance! |
Is this possible or I'm just dumb?