Forum Discussion
Tengmin123
5 years agoFrequent Visitor
Cannot display image in report builder from byte array or hex string
Hi, all, I have a byte array (image) in json format in sql db. I extract the image out and also in json format. my query is: SELECT thumbNail FROM Table cross apply openjson(CMD_LIST,'$.queueMe...
AbhiSSRS
5 years agoSolution Sage
Yeah it should work! try adding this convert
Convert.FromBase64String
Tengmin123
5 years agoFrequent Visitor
I tried add the convert and not add, but both not work for me.