Null Value Parameters
How can I pass in NULL value in report parameters?
Is that just key in "NULL" in the DefaultValue properties of the parameters? I did so but it not work well.
Is that just key in "NULL" in the DefaultValue properties of the parameters? I did so but it not work well.
Comments
There is no such property in the report parameter. Maybe you mean query parameter? In this case leave DefaultValue property empty, and set Expression property to "null" (without quotes).