I am trying to build a report that simply shows item information with an items' corresponding picture. The images have already been stored in my database as a varbinary data type. However, the images refuse to render in SSRS once the report is ran. How can I render the images properly?
Asked
Active
Viewed 1,487 times
2

marc_s
- 732,580
- 175
- 1,330
- 1,459

Anthony Sims
- 171
- 4
- 15
-
2Did you check [this](http://www.kodyaz.com/articles/display-database-image-using-sql-server-2008-reporting-services.aspx)? – alejandro zuleta Aug 25 '16 at 14:28
-
Derp. Thank you. Completely missed this. – Anthony Sims Aug 25 '16 at 14:32