You can achieve that in the RDLC report using the Column and Row Visibility Property on Columns and Rows respectively.
For example: Right-click on a row > Row Visibility > Select 'Sjow or Hide based on an expression' > Write expression =iif(Your_Amount_Field=0,true,false) > OK
Regards
Jyotsna
jyotsnanav.blogspot.com
Don't forget to help the community by verifying my answer or at least like the suggestion if it did help in any way. It will let others know that the topic has a verified answer and was beneficial to you.