Do have a report and want to hide some rows based on the value of a certain column in your RDLC report? This can be done easily using the Row Visibility of your Tablix control.
Take note that you can suppress row based on any value that you want. For the sake of this tutorial we will assume that the value of the column is zero and you want to suppress the whole row.
Follow the steps below to suppress the row.
Open your RDLC report.
Right click on the row and click Row Visibility

Select Show or hide based on an expression.
Click fx button.

Type the express on the text box labeled "Set expression: Hidden".
Note: Just change the field name based on your report.
Then click OK.
