如何获取SSRS文本框中多值参数的值

发布于 2024-09-26 23:22:55 字数 208 浏览 3 评论 0原文

当选择多值参数时如何获取文本框中的值?

例如,

我的下拉框选择全部、成功、失败,

我想在文本框中显示上述值..所以我选择了文本框的值作为参数!value.Value(0)

如果我们仅选择成功或仅选择,它就可以工作下拉框中失败,但是当我们选择两者时,即选择所有文本框值仅显示成功而不是成功、失败..

您能帮我解决这个问题吗?

when the multivalued parameter is selcted how to get the valu in textbox?

eg

my dropdown box is having select all, success,failure

i want to display the above values in textbox..so i have selected the value for text box as Parameters!value.Value(0)

it works if we select only succes or only failure in the drop down box but when we select both i.e, select all the text box value is displaying just success instead of success,failure..

can you please help me with this issue.

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

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

发布评论

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

评论(1

诗化ㄋ丶相逢 2024-10-03 23:22:55

我通过使用 join 得到了这个
Join(参数!value.Value, ", ")

i got this by using join
Join(Parameters!value.Value, ", ")

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