Page 1 of 1

Fetch image from database (datayape is image) and display it

Posted: Fri Feb 16, 2018 5:58 am
by sreeja
Hi,

I have to display images on my report from a database table.Image is stored in the database in an encrypted form.column type is image.So I have to convert this encrypted one to actual image and need to show this on my report.Is this possible in stimulsoft?


Regards,
Sreeja

Re: Fetch image from database (datayape is image) and displa

Posted: Mon Feb 19, 2018 6:52 pm
by Alex K.
Hello,

You can load an image from data column with .NET code in the BeforePrint event:
Image1.ImageData = your image source

Thank you.