I am completely lost. i am working with online version of Dynamics.
The schema name of my field is : pfx_file.
i am able to download the file with the URL from the entity pfx_setting :
../api/data/v9.0/pfx_settings(69ECB615-5BEE-EA11-A815-000D3AF42C56)/pfx_file/$value
But the thing is that i need to retreive this file as a image in SSRS Report. the only way i know to retreive data from Dynamics online is FetchXML.
So i need to include the file in my fetchxml query that i am calling in my SSRS Report.
i tried the following query :
I noticed that pfx_file and pfx_file_name are just retreiving the name of the file : signature.png.
How can i retreive the image from the file field in the SSRS report and use it as an image ?