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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.