Page 1 of 1
RichTextEdit not rendering text
Posted: Wed Nov 30, 2022 9:11 pm
by JLG
Our project is using Stimulsoft.Reports.Web.NetCore version 2020.2.1.
Our reports do not show text in the RichTextEdit.
The reports work well in other projects that are using other references.
Attached is a test report. When run, it shows the TextBox text but not the RichTextEdit text.
Re: RichTextEdit not rendering text
Posted: Wed Nov 30, 2022 10:58 pm
by Lech Kulikowski
Hello,
The RichText component is not supported in web designers.
Thank you.
Re: RichTextEdit not rendering text
Posted: Thu Dec 01, 2022 12:20 am
by JLG
Thanks Lech,
The report is built using the desktop designer, but will show as pdf downloadable in browser. The pdf doesn't show the text in the RichTextEdit.
When I changed the downloaded report format to HTML,HTML5 or Excel, I got this message in the RichTextEdit area; the rich text editor component is not available in the .net core framework.
Re: RichTextEdit not rendering text
Posted: Thu Dec 01, 2022 9:30 am
by Lech Kulikowski
Hello,
Unfortunately, in the NET Core version, the RichText component is not supported.
Thank you.
Re: RichTextEdit not rendering text
Posted: Thu Dec 01, 2022 11:19 pm
by JLG
Do you have any suggestions about what can be done to display formatted text or any workaround as we have many contracts and documents?
Re: RichTextEdit not rendering text
Posted: Fri Dec 02, 2022 4:49 am
by Lech Kulikowski
Hello,
You can use HTML tags for that task:
https://www.stimulsoft.com/en/documenta ... l_tags.htm
Thank you.