I would like to hide the entire column including the header if all the rows under that is null or of no values with expression in an RDLC Report.
I have tried the expression
"=IIF(IsNothing(Fields!de_projectactivityidname.Value), True, False)"
inside the "Visibility" of the Column property.
I would like to do this without any report parameters.
any help is appreciated.
Vinu