Page 1 of 1

Get Variable by Name or better way to load images

Posted: Thu Feb 29, 2024 3:35 pm
by servitux
Hi.

I have a report with master-detail. In detail i have a number of images, created from variables on PHP. Every variable has a unique name, and are diferent in any print.

There is a way to put an expression as {Variable.ByName('IMG1234')} in image object?. If I use {IMG1234} works, but i need to use dynamic names on variables.

Or any solution to print a largue number of images without use base64 data column?

Thanks

Re: Get Variable by Name or better way to load images

Posted: Thu Feb 29, 2024 8:56 pm
by Lech Kulikowski
Hello,

Unfortunately, no, it is not possible for variables. You can store your images in the data source, and then use column for the Image component.

Thank you.

Re: Get Variable by Name or better way to load images

Posted: Fri Mar 01, 2024 7:48 am
by servitux
Thanks for your fast reply.

Ok, I will search for info to do it in the data source...

Re: Get Variable by Name or better way to load images

Posted: Fri Mar 01, 2024 7:55 am
by Lech Kulikowski
Hello,

You are welcome.