Dynamically loading images

Stimulsoft Reports.Flex discussion
Locked
esfisher
Posts: 9
Joined: Wed Dec 15, 2010 3:37 pm
Location: Aurora, IL

Dynamically loading images

Post by esfisher »

We have a report that loads the following xml:

Code: Select all

     http://somewebsite.com/path/to/image.png
// 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?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Dynamically loading images

Post by Vladimir »

Hello,

Currently you can only specify URL as text. We will implement support for the URL from the data source in the next prerelease build on December 28.

Thank you.
esfisher
Posts: 9
Joined: Wed Dec 15, 2010 3:37 pm
Location: Aurora, IL

Dynamically loading images

Post by esfisher »

Ok, thanks!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Dynamically loading images

Post by Andrew »

Always glad to help you!

Thank you.
Locked