Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am Attaching an image in SSRS Report. Giving Property Source= External and for value using expression= ="http://ServerName/Web/ChecklistImages/PermanentImages/"+Fields!ImageName.Value Here ImageName get from Database but not showing my image But if i use http://ServerName/Web/ChecklistImages/PermanentImages/xyz.gif then it show image. Help me to resolve this issue

share|improve this question
my question is right and i got answer:-if we getting image location from database and want to show in report than need to add image value :- ="file:"+First(FieldName, "DataSetName") and Source should be external type of image – Vikramjeet Singh Sep 28 '12 at 13:22

closed as not a real question by ronalchn, DNA, Zoltán Ujhelyi, Xaerxess, Brian Agnew Sep 25 '12 at 16:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.