Hello,
I've done quite a bit of reporting services programming... and I know this
is possible... I'd like to simply hide two textboxes based ont he value of a
selected parameter value.
I've set expression value for visibility and tried various different
versions of this:Hi
This is supposed to be easy. If you select the textbox in layout view,
choose visibility in Properties, then you can see that "Hidden" has a default
value of false.
There you can write a nestet if expression:
=IIF(Parameters!YourParameter.Value = 1,True,False)
This means that if the value of your parameter returns 1 then the textbox
will be hidden, if not, it will be visible.
"Weston Weems" wrote:
> Hello,
> I've done quite a bit of reporting services programming... and I know this
> is possible... I'd like to simply hide two textboxes based ont he value of a
> selected parameter value.
> I've set expression value for visibility and tried various different
> versions of this:
>
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment