gpt4 book ai didi

reporting-services - SQL Reporting Services 2008 中的条件格式

转载 作者:行者123 更新时间:2023-12-04 07:58:44 24 4
gpt4 key购买 nike

在 SQL Reporting Services 2008 中,您可以有条件地格式化字段吗?在 Crystal Reports 中,这是可行的。我有一个字段,如果另一个字段是 Y,我想加粗,如果它的值为 N,我想取消加粗。

最佳答案

使用字段的 FontWeight 属性,并将其设置为如下表达式:

=iif(Fields!YourTestField.Value="Y","Bold","Default")

您可以在报告项的属性 Pane 中找到 FontWeight,或者在属性对话框中的字体 -> 样式 -> 粗体下(右键单击 -> 属性)。使用 f(x) 按钮编辑公式。

关于reporting-services - SQL Reporting Services 2008 中的条件格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1033599/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com