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.
October 29, 2020 at 8:00 pm
This was removed by the editor as SPAM
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply