May 1, 2019 at 3:34 pm
I've set my image properties to 'external' and use the expression:
=IIF(Globals!ReportServerUrl=Nothing,
"SSRS_DDWA_Logo_Stacked_Green.png",
"/Images/SSRS_DDWA_Logo_Stacked_Green.png"
)
I published the image to the 'Images' folder that is at the same level as my 'Reports' and 'Data Sources' folder. (using what I found in this article: https://deltadentalwa.sharepoint.com/sites/BusinessIntelligence30/BI%20Library/Shared%20Images%20in%20SSRS.pdf)
I published my report to my 'Reports' folder.
I navigate to the report and double click, report renders correctly EXCEPT there is no image. No red X either.
I have tried lots a variations, but no changes. No image and not even a red 'X'. Any suggestions?
May 1, 2019 at 3:39 pm
Try the following to see if it shows anything:
=IIF(Globals!ReportServerUrl=Nothing,
"/Images/SSRS_DDWA_Logo_Stacked_Green.png",
"/Images/SSRS_DDWA_Logo_Stacked_Green.png"
)
If it doesn't , remove "IIF" and hardcode the "/Images/SSRS_DDWA_Logo_Stacked_Green.png".
Simple step-by-step debugging either from top to bottom or contrariwise.
May 1, 2019 at 4:00 pm
No change, no image and no red 'X'.
Would the no red 'X' mean permission issues? I have the folder set to everyone with view security level.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy