Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to display Base 64 PNG images from a database

Hello,   I have created a Power App which has a signature field. I want to be able to bring the signature image into the Report Builder.   The image is in Base64 format stored on Sharepoint. I ha...
  • saglamtimur's avatar
    saglamtimur
    6 years ago

    I have double check with my data. Actually you don't need to convert it. What I realized is this portion "data:image/png;base64," or similar definition is not exist in my data. May be removing this part from data will solve your problem.

     

    =Replace(First(Fields!Delivery_Signature.Value, "DataSet"),"data:image/png;base64,","")