Include image on report

edited 8:13AM in FastReport 3.0
I have an image in my report.
I can get it in the report when the image is saved on the disk somewhere.
However, I need it to be dynamic enough to be able to use images from the internet. Which approach would be the best here? Use streams?

Any help would be appreciated
Tim

Comments

  • edited 8:13AM
    May be a stupid suggestion, but why don't you fetch the image from whatever site you pick the image from save it to disk and then load it before prepare of the report ?

    Didier
  • edited 8:13AM
    Yea, thats how im currently doing it, using Indy...

    I was hoping there was an easier way to do it... using Fast Report

Leave a Comment