I was wondering, is it possible to create a vertical textbox in a .net RDLC report ?
If s开发者_开发知识库o, how ?
Thanks
Edit : The property WritingMode works fine, but I want the label to be rotated the other way around. Is this possible ?
on the textBox property, there is a WRITINGMODE property, set it to "tb-rl" - which stands for From Top to Bottom, Right to Left.
Check my point.
.On the textbox property set WritingMode to "tb-rl" for vertical And "lr-tb" for horizental. Its almost same as given by other person.
Hope you get your solution and mark my answer and point me.
In Visual Studio 2017 you just need to select the T extBox's desired and in Properties -> WrittingMode you can choose Default, Horizontal, Vertical and Rotate 270.
Hope it worked :)
精彩评论