Delete row if a certain field is blank --SSR Report

Right-click on the column header in design mode, choose Column Visibility, click Show or hide based on an expression. Enter the expression above. Click OK, and test.

=IIf(Fields!Text2.Value = "", True, False)

Comments