views:

58

answers:

0

We are trying to display the images on to the reports without embedding them in to the reports. One of the ways is to use images from databases. But, we are having issues with that. Here is the issue we are having:

Since SQL Server 2008 has File Stream option for storing images. We have created a table (XX) to store the images using file streams. However we are not able to figure out a way in reporting services to read these file streams and display the image on the reports. Any advice would be appreciated.

Thanks in advance!

related questions