SSRS:根据分组设置底部边框

发布于 2024-12-07 22:40:19 字数 275 浏览 0 评论 0原文

我想根据第一组将底部边框应用于我的报告,

我有 3 个组: 父级:地区 子级 1:城市 子 2:区域

我希望根据父组:区域,将边框应用于该组最后一行的底部。

我目前正在尝试这个(在边框样式的顶部选项中),但它工作不完美

=IIF(RunningValue(Fields!Region.Value, CountDistinct, "Region") MOD 2 = 1,"Solid", Nothing)

请帮忙!!!!

I would like to apply a bottom border to my report based on the first group

I have 3 groups:
Parent: Region
Child 1: City
Child 2: Area

I want the border applied to the bottom on the last row of the group, based on the parent group: Region.

I am currently trying this (In the Top option of border style) but it is not working perfectly

=IIF(RunningValue(Fields!Region.Value, CountDistinct, "Region") MOD 2 = 1,"Solid", Nothing)

Please help!!!!

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

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

发布评论

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

评论(1

我喜欢麦丽素 2024-12-14 22:40:19

我已经解决了这个问题,没有使用表达式。

  • 我在行组中添加了一个父组
  • 选择了“添加组页脚”选项
  • 突出显示了底行并将边框样式(底部)设置为“实心”

就这样!

I have resolved this without using an expression.

  • I added a parent group in the row group
  • Selected the option 'Add group footer'
  • Highlighted the bottom row and set the border style (bottom) to 'solid'

That does it!

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