If all you want to do is to suppress the negative then you can set the value to it's absolute value by the following expression:
=ABS(Fields!FieldName.Value)
This will convert any negative number to a positive number.
Note that this will also apply to any totals/sub-totals of this column.
Regards,