Not able to Display Image from report server

  • I was able to load report on Report server with image url "file: //ipaddress/filepath"

    It runs from visual studio and displays images but when I deploy report on report server and run it from report server it doesnot display the image

  • In order for the image to display when the report is being rendered on the report server, you have to upload the image to the report server itself. Upload an image the same way that you upload a report file to the server.

    Then, in your report, you can reference the image on your report server using the syntax below (I have a folder on my report server called Images where all of my images are uploaded):

    ="Images/pic.gif"

    Be sure to include the double-quotes in the expression. I set this expression by right-clicking on my image --> Image Properties --> Select the image source (External) --> click the expression button next to Use this image.

    Hope this helps!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply