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

Popular posts from this blog

how to post trade agreement journals automatically using x++ code

How to Create a wizard in x++ d365

x++ code to submit and approve and reject the invent movement workflow in d365 F&O