reporting services - How to set default value of Boolean parameter false in SSRS? -


i have 18 boolean parameters in report. want make default value false through expression when ever user runs report.

i trying not working

=sididnum.value = "false" 

getting error: parameter sididnum caontain error [bc30451]

have tried just...

false 

enter image description here

i'm not sure where you're trying set value? if accessing parameter somewhere other parameter properties dialog, you'll need use

parameters!sididnum.value="false" 

Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -