cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use Images in a POJO based report?

Former Member
0 Kudos
119

I am trying to create a POJO based report that contains images, using the Eclipse plugin. However, my POJO includes a java.awt.Image, and when I create a report from it the image field in my POJO does not show up in the field explorer.

Is it possible to do this? (I can put images on report created in CR Developer). In any case, is there a list somewhere of data types that are supported in POJO based reports?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you have a java.sql.Blob property that returns the bytes of the image, does it display?

Sincerely,

Ted Ueda

Former Member
0 Kudos

I tried java.sql.Blob, and it doesn't pick that up either. Just to be clear, at this point I am just using the report designer in the Eclipse plugin. So I'm doing a right click on the green class icon for the POJO, and selecting CrystalReports/Add to a new Crystal Reports. The Blob field does not show up on the data tab of the report.

Former Member
0 Kudos

I have the same requirement. I need to put a BLOB from a POJO on the crystal report. Did you find a solution?