Hi All,
I am receiving a PNG image from Fedex for a shipping label. It is being received as a base64String and stored in our database. I need to print this image on our pickList report and need it to display sideways/rotated (for a peel-off label on the picklist). The Base64String gets passed to the SSRS report and displays fine, however I was unable to find a way to rotate the image in SSRS. My next best thought was to rotate it via code in x++. I made a decent attempt, but the code fails when I try to create an image from memorystream, and it does not provide me with any error messages. It just stops. I am not sure if i can create an 'image' object from a PNG byte[] or if it has to be a bitmap byte[]. That may be why it is failing. Any suggestions for an easier way to rotate the image in SSRS? If not, any guidance on why my code isn't working? Thanks!

*This post is locked for comments
I have the same question (0)