I'm not sure I fully understand your problem, but it would appear that you need to design your report at runtime. You can use: net.sf.jasperreports.engine.design.JasperDesign.
Enrico -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Fritz Meissner Sent: 28 September 2005 05:57 PM To: CTJUG Forum Subject: [CTJUG Forum] JasperReports w/ blob data Hi, I have to create a report using iReport and JasperReports using data from a MySQL database that is stored as a longblob type. I have to use multiple blobs in the report; which blob I use where is determined by other entries in the database, so I can't pre-parse the blob and then pass parameters to the report. Is it possible to parse a blob of text (not XML) from inside a report? If so, how? Regards, Fritz Meissner
