Hello, I am using SSRS to print UPS labels. These UPS Label images are stored in a table. When we print, I need the label image to be horizontal to print on sticky labels but it comes up vertical from the database table. I need to rotate it 90 degrees when displayed in my report viewer. In some cases I have multiple labels which show up in different pages in my report.
I have found other websites that mention you can import System.Drawing and then create code to rotate text or an image using (RotateFlipType.Rotate90FlipNone). I can't quite figure out how to write the code though for an image pulled from a table. Suggestions? Thanks!