I am using iReport 5.0 and I am trying to insert picture from database.
The picture is stored in PostgreSQL in a bytea type field
I already tried solution, but it does not work
If I use JRImageLoader.loadImage((byte[])$F{slike})
in image expression I get an error:
Caused by: groovy.lang.MissingPropertyException: No such property: JRImageLoader for class: report_slika_1381233045022_689567
I also following post, but it does not give me any results
Any suggestions?