Solved

Image in Report

  • 9 March 2021
  • 1 reply
  • 70 views

Userlevel 3
Badge +5

Within Thinkwise images are stored in the database. We want to include an image that is stored in a table in the database into a report.

How do you do this?

PS We're making reports with the recommended DevExpress.

icon

Best answer by Mark Jongeling 9 March 2021, 08:02

View original

1 reply

Userlevel 7
Badge +23

Hi Roy,

We recommend the method told here:

The method that is commonly used is converting a varbinary string to a base64 string and then using <img src=data:image/png;base64, ...> inside a HTML field in DevExpress. This way you can save png files in the database as varbinary strings and use them inside DexExpress reports as pictures.

 

Reply