I am trying to get a web resource image to print on an SSRS report.
My development environment is running VS 2015, SQL Tools and BIDs (v9.0) and the report runs and displays the image.
When I move the report to CRM on-line, the report runs with no errors, but without showing the image.
If I go to the Web Resource file, I can display the image.
When I try to pull the image from the report, I see that "data:image/gif;base64,..." has been added to the beginning of the image. I have tried removing this various ways, but it does not work. Anyone have a workaround for this? Or some idea how I can debug this?