Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all articles
Browse latest Browse all 24955

stripHTML in SSRS report

$
0
0

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>, &#58; ,&#160; .

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, "<[^>]+>",""),"&nbsp;",""),"&quot;",""),"&#160;",""),"&#58;","")

Viewing all articles
Browse latest Browse all 24955

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>