Reporting Services 中的垂直文本(自下而上)

发布于 2024-07-25 16:43:13 字数 183 浏览 6 评论 0原文

我想在 Reporting Services 的文本框中垂直自下而上地显示我的文本。 我已经可以通过转到文本框的 WriteMode 属性并切换到“tb-rl”来实现自上而下的设置,但没有自下而上的选项。

我已经做了一些研究,并且真的很想避免创建图像并将其放入文本框中......

有什么想法吗?! 谢谢!

I would like to display my text in a text box in Reporting Services vertically bottom-up. I already can have it top-down by going to the WritingMode property of the text box and switching to 'tb-rl' but there is no option for bottom-up.

I have done some research and would really like to avoid creating an image and putting that into the text box...

Any thoughts?!
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瑾夏年华 2024-08-01 16:43:13

如果您使用的是2008 R2,您可以在“WritingMode”下选择Rotate270

If you're using 2008 R2, you can choose Rotate270 under "WritingMode"

凉宸 2024-08-01 16:43:13

我正在尝试对垂直文本自下而上做同样的事情。 遗憾的是“tb-lr”不被接受为有效值。 我知道您说过您不想创建图像,但这似乎是唯一的解决方案。 我最终使用以下内容来获得所需的结果。

自下而上的竖排文本

I am trying to do the same thing with vertical text bottom-up. Sadly 'tb-lr' isn't accepted as a valid value. I know you said you didn't want to create an image, but that appears to be the only solution. I ended up using the following to get the desired result.

Bottom-up Vertical Text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文