Reporting Services 文本框“换行符”

发布于 2024-08-16 22:33:47 字数 215 浏览 9 评论 0原文

我正在将数据从 Oracle 导入 SSRS。一个数据集提取一串姓名和首字母缩写,并用分号分隔。 :

EX: Ratliff, JD;Schlue, RS

我想在每个分号后插入换行符并将最后一行加粗以显示如下:

Ratliff, JD;

Schlue, R S

关于如何实现这一目标有什么想法吗?

I am bringing data over from Oracle into SSRS. One dataset pulls in a a string of names and initials divided by a semi colon. :

EX: Ratliff, J D;Schlue, R S

I would like to insert a line break after each semicolon and bold the very last line to display as follows:

Ratliff, J D;

Schlue, R S

Any ideas on how to accomplish this?

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

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

发布评论

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

评论(1

不气馁 2024-08-23 22:33:47

您可以将该名称字段包装在一个表达式中,仅替换“;”带有换行符的字符。这应该会给你想要的行为。

Gerry Lee,SQL Server 报告服务

You could wrap that name field in an expression that simply replaces the ";" character with a line break character. That should give you the desired behavior.

Gerry Lee, SQL Server Reporting Services

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