Reporting Services - How to rotate text on a report
I've been trying to do this for a long time and even
looked into writing some CLR code that would take some text and produce a
graphic of the text rotated.
Well all my prayers have been answered by a colleague of mine. Thanks
Andrew.
To get text rotated in reporting services all you have to do is set the
WritingMode to "tb-rl". You may also want to set the TextAlign and VerticalAlign
to position the text correctly. Remember though the text is rotated so to get
the text appearing on the left you have to set the VerticalAlign to Bottom. To
get the text to align with the bottom of the text box you have to set the
TextAlign to Right
-