Writing vertically in an SSRS
Is it possible to write vertically开发者_StackOverflow中文版 in SSRS? For example I want to show page no. vertically on the right hand side of the report.
Thanks Furqan
Select the TextBox you want to write vertically, and open the properties grid by pressing F4. Change the WritingMode to "vertical". Take care that the carret is not active, otherwise, the option is not visible.
精彩评论