Home
Analytics
POJO and dynamic image
MrEddy226
<p>Hello,</p>
<p> </p>
<p>I am using Birt with Pojo DataSet to generate report. In the report i need to display images which are stored in a database. </p>
<p> </p>
<p>So my question is about Dynamic image, i have tried to use different class (java.awt.Image, BufferedImage) in my POJO class but Birt doesn't recognize the data to create the image.</p>
<p> </p>
<p>I have tried directly from a JDBC Birt Dataset and it's working.Is it possible to use Dynamic image with Pojo DataSet and what Java class my method will have to return to be displayed ?</p>
<p> </p>
<p>Thanks for your help</p>
Find more posts tagged with
Comments
MrEddy226
<p>It seem's to work with byte[] class.</p>