Reputation: 449
I need to display an image in an .rdl report within visual studio. The image need to be displayed based on a parameter (ndc number) and the images are stored in an images folder in my solution. Can someone help me with this?
Upvotes: 0
Views: 2805
Reputation: 13010
One solution would be to embed the images as described in How to: Embed an Image in a Report (Report Builder 3.0 and SSRS) and the tie the visibility property to an expression. Also, see the How to create a SSRS Report with dynamic images thread in the MSDN forums. People discuss a number of ways to address this there.
Upvotes: 3