We have some reports currently in SQL Reporting Services which we are trying to migrate over which output text containing HTML that needs rendering. For example, the content may contain <strong> Bold Text that needs to be rendered as bold text </strong> or <a href="#">Hyperlinks that need to render and export as PDF or XLSX</a> as working hyperlinks.
This enabled formatted text in a content management system to be output into a printed version and also the including of hyperlinks within data on reports.