I am trying to use a dynamic external image.
The source=External and value="A red x appears rather than the image. When you right click on the image the url shows only "I tested it and the dynamic image by it self does render when you navigate to it directly using the URL above and a browser.
This is also true when you point it to a static image =" with the exception it does show the image in preview mode locally but when you deploy it you only see the red X". The work around for this scenario is use a file path (file:///d:/ReportsServer/images/CustomChart.jpg) and when viewing the finished product the file path is replaced with an HTTP url. This trick won't work though using an ASPX to render a dynamic image only with static images.
I have set the execution account to a valid user with full admin rights and still have this problem.
The source=External and value="A red x appears rather than the image. When you right click on the image the url shows only "I tested it and the dynamic image by it self does render when you navigate to it directly using the URL above and a browser.
This is also true when you point it to a static image =" with the exception it does show the image in preview mode locally but when you deploy it you only see the red X". The work around for this scenario is use a file path (file:///d:/ReportsServer/images/CustomChart.jpg) and when viewing the finished product the file path is replaced with an HTTP url. This trick won't work though using an ASPX to render a dynamic image only with static images.
I have set the execution account to a valid user with full admin rights and still have this problem.