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.
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.
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.