How do I set the visibility of a text box in SSRS using an expression?

前端 未结 8 1459
醉酒成梦
醉酒成梦 2020-12-10 10:04

I have a subtotal field for a calculated column that I want to hide when my report has not ran yet because on days with no data it shows up as NaN on the report

8条回答
  •  感情败类
    2020-12-10 10:46

    the rdl file content:

    =Parameters!casetype.Value=300
    

    so the text box will hidden, if your expression is true.

提交回复
热议问题