In report designer, I have a logo.jpg located in the same directory of the reports. If I set the image source as external
and path as logo.jpg
. The image will show in designer preview. However, after
I deploy the reports and the image to SSRS server, the image will not show. What happens is the image will be saved in SSRS as resources, but once I click on it it will give me some messy code.
If I open the report in the application, the image will also not display.
However, if I download it I can view it from my hard drive.
My current fix is to use absolute path in report designer or point to a image in the web, but that is not ideal.
I think that would be a access permission problem but I could not figure out why.