开发者

set default value to (select all) in ssrs

开发者 https://www.devze.com 2023-03-26 03:05 出处:网络
hi i want to set the default value as zero to parameter in ssrs when the clinent is check to (Select All) then the parameter value become zero and the data set get the parameter value as \'0开发者_JS百

hi i want to set the default value as zero to parameter in ssrs when the clinent is check to (Select All) then the parameter value become zero and the data set get the parameter value as '0开发者_JS百科'


Uh, sounds like you're wanting to change the behaviour of the 'Select All' option in SSRS multi-value parameters. Most people do want to change that, because its kind of annoying.

I think you're saying that when people click 'Select all' you want to select a single 'magic value' like 0 instead.

Thats not possible in the default SSRS Report Manager, but if you code up your own interface you might be able to do it.

For details of ways to add a 'magic' value that represents '--All--' in an SSRS multi-value picklist, see my blog post: http://www.codeulike.com/2012/03/ssrs-multi-value-parameters-with-less.html

0

精彩评论

暂无评论...
验证码 换一张
取 消