User88744855 posted
duplicate data is coming in my report because source table has duplicate data. without creating group i want to hide duplicate data writing expression. so what i did...i select table row and put a expression for hidden property of table row.
the expression was like =(Previous(Fields!ID.Value) = Fields!ID.Value) but it did not work...still duplicate data is showing. so tell me how to suppress duplicate row in ssrs writing expression not by grouping. thanks