I would not like to visible the table if there is no data when I pass the parameters.
=iif(Paremeters!REPORTEIN.Value is nothing,"NA",Parameters!REPORTEIN.Value)
I am getting error message:
The Hidden expression used in tablix "table" returned a data type that is not valid.
simam