Hello there,
I have a text field where I am storing HTML code.
Is there a way to display the the formatted text in dataflex reports?

When I display now it displays all the tags and text.
I was hoping to find a way to the formatted HTML code displayed.

Below is an example of what I am displaying in my text field:

Code:
<p><s>Hello there</s>, this <strong>is my </strong>comments <strong>t</strong><strong>est</strong>!</p><p><br></p><table style="width: 100%;"><tbody><tr><td style="width: 20.0000%;">One<br></td><td style="width: 20.0000%;">Two<br></td><td style="width: 20.0000%;">Three<br></td><td style="width: 20.0000%;">Four<br></td><td style="width: 20.0000%;">Five<br></td></tr><tr><td style="width: 20.0000%;"><br></td><td style="width: 20.0000%;"><br></td><td style="width: 20.0000%;"><br></td><td style="width: 20.0000%;"><br></td><td style="width: 20.0000%;"><br></td></tr></tbody></table>
thanks !!