Ranjeet Kumar
Ranjeet Kumar

Reputation: 3

Display image content from Database into Telerik reporting

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?

Upvotes: 0

Views: 1602

Answers (1)

Peadar Doyle
Peadar Doyle

Reputation: 1112

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.

Upvotes: 1

Related Questions