Hello,
I have a custom table in dataverse that has an Image column as a data type. I created one record for this table and uploaded a png image.
I started building the SSRS Report that is linked to that table to display the image uploaded.
Below is the issue that I am facing:
It seems that the Image column type in dataverse does not save the content of the image as base64 and to display the image in the report requires this content.
Do I have to create a "Text Area" field hidden to convert the uploaded image to base64 and make the report rely on this field? If so, how can we do it via plugins?
Can please someone provide an example of how can we convert the image to base64, set the results in the text area field using the plugin, and when the plugin should be triggered?
Any help is highly appreciated.
Best regards,
EBMRay