Hi All,
I am new to SSRS and need to create a report that displays an image.
i n my database i have some 100 records and for each record i have an images stored(To store an image i used filestream enabled database and it stores image in file system)
For example:::
Id name image
1 XXX <Binary data>
2 yyy <Binary data>
and now i want to display my id name along with image in report (Business intelligence development studio has been used)
i want to use External type and want give path in my expresion to a file
How can i achieve this????
or suggest some better idea to solve this.
thanks in advance
blrSvsTech