Hi,
I have a reports where the source data I pull from sharepoint list, there is a column in the sharepoint list when pulling that field in the report, its coming in <div class="externalclass-----">, <br>, <strong>, : ,  .
And this are not coming as how it is in Sharepoint list, like not in Sentence, and BOLD.
I'm using the below script, which avoids HTML script, but not coming in sentence NOR BOLD(few letters)
= REPLACE(REPLACE(REPLACE(REPLACE(System.Text.RegularExpressions.Regex.Replace(Fields!column.Value, "<[^>]+>","")," ",""),""","")," ",""),":","")