Business Intelligence Projects - Report - VS2005
Afternoon,
I have a report that shows images and data. The data for the report shows up correctly but the images do not. I want an image to show based on the value in the 'Model' field, an example data type is EH9682-53P.
All of the images that I need are stored under the following location: C:\Images\
The code I am using to try and get this working is:
= "C:\Images\" & Fields!Model.value & ".jpg"
However this is not working, can anybody provide a suggestion as to where im going wrong??
|