• I have done it in my report. But it was on columns.

    iif(Fields!abc.IsMissing,True,False)

    If the field doesn't has data then the corresponding column was hided. leaving no traces. You have to try it on Visibility property of the column. You can try it.