tips & tricks


Home Blogs | Home | Login | Contact | My Profile | RSS | About | Cerca

HTML in un campo di testo

HTML in un campo di testoPer visualizzare in un report un campo in cui vi è del codice HTML come fosse testo formattato si può aggiungere questa funzione nel codice al Tab Code del Report:Public function FormatHtml(byval s as string) return new System.Text.RegularExpressions.Regex("<[^>]*>").Replace(s, "") End Functione la possiamo richiamare così:= Code.FormatHtml(Fields!Description.Value) 
Leggi tutto il post...
Categoria: Reporting
martedì, 29 mar 2011 Ore. 18.08

Scrivi un commento

Nome:
Blog:
E-Mail:
(l'indirizzo e-mail non verrà pubblicato, consente di essere avvertiti quando arrivano nuovi commenti a questo Post)
Codice:
Corpo:
Cookie:

Commenti

Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003