This question has been flagged
4 Replies
16252 Views
Avatar
Discard
Best Answer

There is a complete guide about displaying dynamic images in jasper report using iReport/

1- http://learnopenerp.blogspot.com/2017/11/how-to-display-images-dynamically-in.html

2- https://www.youtube.com/watch?v=IzQFKwU3IUo

 

Avatar
Discard
Best Answer

Hi

In Jasper Studio put an image Element and set expression as

new ByteArrayInputStream(Base64.getMimeDecoder().decode((byte[]) $F{image_small}))
Avatar
Discard
Best Answer

Please refer this link

http://zbeanztech.com/blog/dynamic-image-database-jasper-report

Avatar
Discard
Author

i tried it .. but not got that..