报告服务段落

发布于 2024-07-20 15:31:14 字数 206 浏览 0 评论 0原文

如何将段落添加到 Microsoft Reporting 文本框?

当我放置空字符时,它们不会呈现,我尝试使用 Functions Space、LSet...VbTab...

例如

我想要

This is text

但我得到

这是文本

提前致谢。

How to add paragraf to Microsoft Reporting textbox?

When i put empty chars, they are not rendered, i try with Functions Space, LSet... VbTab....

For example

i want

This is text

But i get

This is text

Thanks in advance.

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

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

发布评论

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

评论(1

瞳孔里扚悲伤 2024-07-27 15:31:14

为此,请将以下内容放入报告文本框的 Value 属性中:

="     Text here"

这将处理空格。

To do this, put the following in the Value property of your Report TextBox:

="     Text here"

This will handle the whitespaces.

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