The temp db table DP class has line like this
mytmptable.CompanyAddress= strReplace(mytmptable.CompanyAddress, "\n", "\n\n");
So the report is having spacing due to above command.
How to reverse that logic using SSRS Replace function i tried the following but it did not help.
Replace(First(Fields!CompanyAddress.Value,"mytmptable"),Chr(10),", ")