Forum Discussion
Raphael75
Mar 06, 2024Copper Contributor
Directly display a base64 image in SSRS from a custom assembly.
Hello, i have a custom assembly, loaded in SSRS, who execute a http request to a web service and return a string of a base64 image. I want to first know if it's possible to display directly a ...
olafhelper
Mar 08, 2024Bronze Contributor
return a string of a base64 image.
Raphael75 , you already wrote it, it returns a Base64 string, not binary image, which could be presented in a SSRS report.
And you can not use .NET functions in an expression. Your customer assembly has to convert the string to a valid image.