add images from local path dynamically

Stimulsoft Dashboards.JS discussion
Post Reply
d-hcelik
Posts: 68
Joined: Fri Sep 04, 2020 1:40 pm

add images from local path dynamically

Post 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";
Attachments
databandIMG.PNG
databandIMG.PNG (45.67 KiB) Viewed 2874 times
d-hcelik
Posts: 68
Joined: Fri Sep 04, 2020 1:40 pm

Re: add images from local path dynamically

Post by d-hcelik »

convert image to base64 is work very well
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: add images from local path dynamically

Post by Lech Kulikowski »

Hello,

Thank you for the information.
Post Reply