开发者

Vertical Label in Report Viewer

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 :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜