Posts Tagged as ‘HTML’

January 16, 2008

Render HTML tags in DB in ActiveReport pdf or HTML

I had to tackle showing actual HTML formatting that was stored in the DB by our company’s own texteditor which had the basic formatting like bold, italics, font colout etc, and digging around the active reports forum basically just told me I needed to version 4.0+ for it to be automatically rendered in RichTextBox.
The solution that arose from [...]