By: Arun Jayaprakash - arunjayaprakash
Creating a report from an input stream
2003-02-17 20:44
Hi,
I need to create a report by embedding images that I am getting from a stream. Does JasperReports support any such way where I can specify the source to be a URL stream or something like that?
Regards,
Arun Jayaprakash.
By: Thomas Richter - hornet_f4c
RE: Creating a report from an input stream
2003-02-21 06:52
Of course. Just create your Report and specifiy the class of your imagexpressions to be java.io.inputstream. You need a seperate stream for each image. though.
Just have a look in the samples and in the dtd....
Creating a report from an input stream
2003-02-17 20:44
Hi,
I need to create a report by embedding images that I am getting from a stream. Does JasperReports support any such way where I can specify the source to be a URL stream or something like that?
Regards,
Arun Jayaprakash.
By: Thomas Richter - hornet_f4c
RE: Creating a report from an input stream
2003-02-21 06:52
Of course. Just create your Report and specifiy the class of your imagexpressions to be java.io.inputstream. You need a seperate stream for each image. though.
Just have a look in the samples and in the dtd....
0 Answers:
No answers yet