SSRS如何在单个字段中使用粗体和普通文本

发布于 2024-09-09 16:55:41 字数 77 浏览 3 评论 0原文

有没有办法让 SSRS 中的单个字段具有一半粗体和一半普通文本?使其成为 2 个字段不是一个选项。

谢谢 SSRS 2005

Is there a way to make a single field in SSRS have half bold and half normal text? Making it 2 fields is not an option.

Thanks
SSRS 2005

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

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

发布评论

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

评论(4

番薯 2024-09-16 16:55:41

抱歉 - 我使用的是 SSRS 2005,没有在表格单元格或文本框中定义表达式的选项。

这是 Crystal Reports 几十年来所做的事情之一......

Sorry - I'm using SSRS 2005, no option to define an expression on a table cell or textbox.

This is one of the things Crystal Reports has had for decades...

花开浅夏 2024-09-16 16:55:41

在 SSRS 2005 中无法做到这一点。富文本框是在 SSRS 2008 中引入的,在此版本之前的唯一选项是多个字段。

There is no way of doing this in SSRS 2005. The rich-textbox was introduced in SSRS 2008 and the only option before this version is multiple fields.

歌枕肩 2024-09-16 16:55:41

这在 SSRS 2005 中无法完成,但在 SSRS 2008 及更高版本中可以使用。

您可以在单个单元格中创建多个占位符,在使用 HTML 标记的每个占位符中设置选项“HTML - 将 HTML 标记解释为样式”。
例如,我使用两个占位符,如下所示:
第一个占位符表达式 - ="" & “大胆”& “”(使用 html 标签显示粗体文本)
第二个占位符表达式 ="Normal"
它给出了
粗体正常

This can't be done in SSRS 2005 but in SSRS 2008 and higher below process will work.

You can create multiple placeholders in single cell, set option "HTML - Interpret HTML tags as styles" in every place holder in which you are using HTML tag.
For Example I'm using two placeholders as shown below:
1st placeholder expression- ="" & "Bold" & "" (use html tag for bold text)
2nd placeholder expression ="Normal"
It gives
Bold Normal

内心旳酸楚 2024-09-16 16:55:41

在 SSRS2005(是的 2005,不是 2008 等)中执行此操作的唯一方法是在矩形内使用一组文本框。

我什至成功地通过小心将文本框彼此相邻放置来实现此目的,并将粗体设置为特定的文本框。

我还发现,这种方法允许我根据 Font Bold 属性上的 Expression 来确定单词是否应该为粗体。我什至可以将粗体单词居中,而不必将其他单词居中。

但诀窍是将它们全部放在一个矩形内,使矩形的大小等于所有框组合的大小,然后将矩形拖到表行单元格中或将其自由形式放置在报表中的任何其他位置。

它确实有效,但很混乱。

ps:您可以以毫米为单位调整控件的位置,因此请准备好进行微调以正确对齐。

The only way to do this in SSRS2005 (yes 2005, not 2008, etc), is to use a set of textboxes within a rectangle.

I've even managed to achieve this using carefully placed textboxes next to each other, with the BOLD being set to specific text boxes.

I found out too that this approach allowed me to determine if the words should be bold or not based on an Expression on the Font Bold property. I can even centre the bolded words and not have to centre the other words.

But the trick is to place it all inside a rectangle, make the rectangle the size of all the boxes combined and then drag the rectangle into a Table row cell or place it free-form anywhere else in the report.

It does work, but it's messy.

ps: You can adjust the placement of controls by the Millimeter, so be prepared for micro adjustments to get the alignment right.

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