Hi,
I’m using perspective and utilizing reports in the Ignition 8,
As I have Image saved on certain location and dynamically pull the image from that path and need to show on pdf report.
(As I’ve added the path from Image management & also test for URL in the “Key” property of imageShape of report)
But I’m not getting preview in the report
No Preview:-
Please suggest on this
How can I show the Images in the Reports from the source of URL/Path ?
Regards,
Bhavin
Hi,
Does anyone have the solution for this, please ?
Regards,
Bhavin
I think the real thing you need here is to be able to supply arbitrary binary as parameters to your report, which you could then use in images.
Unfortunately, that’s a pending feature ticket in our backlog. I’ve escalated it’s priority; I’m not aware of any good workaround for this at the moment.
i need feature as well, i saved image into some path and using webdev to show the image in perspective, but how to do this in reporting?
A script data source in reporting can read the gateway filesystem directly, just like WebDev is doing.
i see thanks, but how if i have multiple image that i need to show in the report, so the total image is dynamic based on user input..?
Build a dataset with a byte[]
column, use a script to populate that dataset.
In the report use a table with "unstructured" rows and drop an image component in the row, bound to the image data column.
2 Likes