September 21, 2012 at 5:10 pm
Hi All,
I am using 2008 R2. I am trying to move from embedded to external images but I can not get it to work.
I have an image: logo.png.
In the home SSRS folder I created a folder called images. I can browse to this folder and view my logo.
When I do I get a URL like: http://Myserver/Reports/Pages/Resource.aspx?ItemPath=%2fImages%2fLogo.png
In BIDS I add an image set it to external and use the above link. No image is returned, just the dreaded red X.
Can anyone help?
September 23, 2012 at 11:04 pm
try changing the name of the image to
images/logo.png
I think that reporting services is probably attempting to use a path relative to the location of the report and is probably appending the string you entered for the name of the image to the path to the report.
September 24, 2012 at 8:31 am
Thanks. The following worked for me in the image expression..
="/Images/logo.png"
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply