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

Stimulsoft Reports.NET discussion
Post Reply
sreeja
Posts: 1
Joined: Fri Feb 16, 2018 5:46 am

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

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post 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.
Post Reply