Display image content from Database into Telerik reporting

1.5k Views Asked by At

I have an image stored in database and need to display in Telerik reporting to generate PDF. Is there any telerik reporing control available to parse these image into report viewer?

1

There are 1 best solutions below

0
On BEST ANSWER

The PictureBox class is used for adding images to a report. You will have to implement the functionality for pulling the image from the database and assigning it to an instance of the PictureBox class yourself.