Rotate Text or image in SSRS Report in ax 2012

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. 
  • 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.

Related Posts

Previous
Next Post »

1 comments:

comments

Thanks for comments.....