Posted 19 October 2022, 2:37 pm EST
The RichTextBox control doesn’t appear to be working in WinForms app written in Net6.0. The control doesn’t render any output on the report. The same report and project written using .Net Framework 4.8 works correctly. I’ve attached a sample project that demonstrates this. On running it opens a report. The report contains a RichTextBox control and a regular Textbox control, both bound to the same field. The Textbox displays the raw RTF, but the RichTextBox remains blank