Using Microsoft SSRS and Report Builder,
We are trying to render an image saved in the Database as base64. In some instances the base64 generated is very long (17,000+ characters) In this situation, the image is not rendered but left blank.
When manually trimming the image base64 from the end of the string to about 10K, it does render (risk: might break the image).
I tried multiple solutions from Microsoft Copilot, and it didn't help. Google didn't raise issues similar to mine.
Is there a solution without trimming manually the base64 and risking breaking the image?