By: lovish Durbha - lovish
Data Source as XML
2003-01-10 01:19
I have a huge junk of data in a XML file and need to generate a report,
I have gone through the examples but didnt find one. I was wondering if any of you have suggestions.
Lovish
By: Teodor Danciu - teodord
RE: Data Source as XML
2003-01-10 01:33
Hi,
You'll have to implement a custom JRDataSource
in order to wrap the XML data that you have, so that
JasperReports could make sens of it and be able
to generate reports.
Simple JRDataSource implementations can be
found in the "datasource" sample provided.
Thank you,
Teodor
Data Source as XML
2003-01-10 01:19
I have a huge junk of data in a XML file and need to generate a report,
I have gone through the examples but didnt find one. I was wondering if any of you have suggestions.
Lovish
By: Teodor Danciu - teodord
RE: Data Source as XML
2003-01-10 01:33
Hi,
You'll have to implement a custom JRDataSource
in order to wrap the XML data that you have, so that
JasperReports could make sens of it and be able
to generate reports.
Simple JRDataSource implementations can be
found in the "datasource" sample provided.
Thank you,
Teodor
0 Answers:
No answers yet