Page 1 of 1

add images from local path dynamically

Posted: Mon Mar 29, 2021 7:46 am
by d-hcelik
Hi
in stimulsoft report tool I add databand and image

in my datasource there is link like this
dataItem.raporGorselleri[1].dosyaYolu="C:\\TEMP\\takyidatFoto_5080EXPT16000963_0.jpeg";
but it does not show image

I tried this but it still does not show image
dataItem.raporGorselleri[1].dosyaYolu="C:\TEMP\\takyidatFoto_5080EXPT16000963_0.jpeg";

but when i give http url it show correctly
dataItem.raporGorselleri[0].dosyaYolu="https://ztbb/?qa=blob&qa_blobid=6908398964056135072";

Re: add images from local path dynamically

Posted: Mon Mar 29, 2021 2:45 pm
by d-hcelik
convert image to base64 is work very well

Re: add images from local path dynamically

Posted: Wed Mar 31, 2021 1:07 pm
by Lech Kulikowski
Hello,

Thank you for the information.