【发布时间】:2012-10-11 20:11:50
【问题描述】:
在我的 SSRS 报告中有 3 个参数,位置,有书,作者
位置将始终被选中,它是一个多值下拉菜单,并且有自己的数据集。
有书是真还是假,值也来自数据集。
作者是一个下拉菜单,允许多个值并有自己的数据集。
What I need to set is that when false is chosen the author parameter does not need a value and when true is chosen it allows author drop down to be chosen.
它们是我可以在作者数据集中使用的 if 条件,还是有人知道其他选项可以做到这一点。
【问题讨论】:
标签: parameters reporting-services cascading