Select All as default value for Multivalue parameter

后端 未结 7 1648
无人共我
无人共我 2020-12-13 17:07

I\'m building a report in Visual Studio 2008 with a lot of multivalue parameters and it\'s working great, but I would like to have have the \"(Select all)\" option as the de

7条回答
  •  温柔的废话
    2020-12-13 17:35

    Try setting the parameters' "default value" to use the same query as the "available values". In effect it provides every single "available value" as a "default value" and the "Select All" option is automatically checked.

提交回复
热议问题