|
|
Question : Adding Images to a Reporting Services Report
|
|
Hi,
I need to be able to dynamically add an image to a reporting services report. I'm going to be providing functionality for the user to select an image and I will be storing it as an image in a field in SQL Server.
Is it possible to display this in an RS report?
Thanks in Advance,
Lisp
|
Answer : Adding Images to a Reporting Services Report
|
|
reporting services has an image control that will read directly from the database. You wont need to code anything as long as the image is stored as an image data type (Binary). I will post the code to upload the image to the database in a few hours.
|
|
|
|