How to Hide RDLC TextBox Based on Value

If you want to hide any textbox in RDLC, you can do this using the visibility formula as below.

Right-click on the TextBox and select TextBox Properties.

Untitled1.png
 

From the Properties window select Visibility and click on "Show or hide based on an expression".

Untitled2.png

In the Expression window enter the Expression as you like ( iif(Fields!YouField.Value>0,false,true) )

Untitled3.png


Up Next
    Ebook Download
    View all
    Learn
    View all
    F11Research & Development, LLC