Unplanned
Last Updated: 02 Apr 2021 15:32 by ADMIN
ADMIN
Katia
Created on: 07 Jun 2017 09:32
Type: Feature Request
14
Render any html tags/css attributes with WebBrowser control
As HtmlTextBox item supports only a limited number of HTML tags and CSS attributes, it cannot be used for rendering a richly-formatted text. The solution can be to use a WebBrowser control (https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx) in a user function to render HTML to a bitmap and display it in a PictureBox item as described in this KB article: http://www.telerik.com/support/kb/reporting/details/how-to-render-any-html-tags-in-reports

Let us know if you think providing such functionality out-of-the-box would be beneficial for your reports.

Leave here a comment with your thoughts on this subject or vote for this feature.
4 comments
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 02 Apr 2021 15:32

Hi Rick,

This is great feedback and thank you. I wanted to let you know that we have taken some time to consider this suggestion and it has evolved to include your suggestion.

At this time, the idea is to use the Web Browser control for all formats except the web viewers. The reason for not including the web viewers is because the HTML can render natively since they are already in a web format. 

Please let me know if you need any additional information. Thank you for being a valued Telerik Reporting developer. 

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Rick
Posted on: 26 Mar 2021 20:02
How about allowing us to output any HTML and if it screws up the layout of the report, that's our problem to solve.
ADMIN
Milen | Product Manager @DX
Posted on: 14 Feb 2018 11:57
It would utilize the WebBrowser control to render the html content as image. 
Shane
Posted on: 28 Jun 2017 15:11
Will this development item allow us to import and display HTML content (natively) in an HTMLTextBox control (as many people have requested), or will it simply convert the content to a bitmap and display in a PictureBox item?