BIRT dynamic image ressource

Hey,

I have a table with a column, where the path to the image is defined.
The path in the row is like “\fileserver\data\plans\0.01.png” “\fileserver\data\plans\0.02.png” …

grafik

Error in report: “The resource of this report item is not reachable.”
When I put the String from the row in explorer I have access to it.

Whats wrong?

Hi @hevilp,

The “Dynamic image” option refers to existing images in your dataset not the paths. You need to read the files in your worklflow first, then pass the table with the images to BIRT and use this option to display images in your final report.
Please take a look at this post for more instructions:

1 Like

Thanks for your help.
Now I read the images with the “Read Images node”, so I have a new Column with the image.
I connect it to Data to Report node - but I cannot chose it in the dynamic image node in the BIRT.
The Image to report I cannot connect.
grafik

grafik

Please follow the instructions mentioned in the linked post.
You have to bind the column with the images to the table in which you are using the image item.
There is also an example workflow attached to the post that may be helpful.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.