Dynamically loading images
Posted: Tue Dec 21, 2010 5:48 pm
We have a report that loads the following xml:
// actual image url has been changed for privacy
In the designer, we added an image component with the url set to {header_data.organization_logo}. The image does not display when we run the report. However, if I copy the url from the actual run-time output of the xml and paste it into the url, it works fine. Is there a different way we are supposed to load dynamic image urls?
Code: Select all
http://somewebsite.com/path/to/image.png
In the designer, we added an image component with the url set to {header_data.organization_logo}. The image does not display when we run the report. However, if I copy the url from the actual run-time output of the xml and paste it into the url, it works fine. Is there a different way we are supposed to load dynamic image urls?