This question is locked. New answers and comments are not allowed.
Hello,
In brief, I want to display the rich text created with your RichTextBox in a report (Telerik Reporting).
I did some research and I assume the best way to do this would be to use a HtmlTextBox in the report and then somehow convert the xaml code created by the RichTextBox to Html. This is currently not supported, but I have noticed that export to Html will be a feature in the upcoming Q2 Release of the Silverlight controls.
However, this code resides in a Silverlight dll, which makes it quite hard to use this on the server-side, since the dll depends on other client dlls (like System.Xml). Is there an easier server-side alternative (maybe within the WPF controls or so), to convert the RichTextBox xaml to Html? Or do you have any other suggestions to display the rich text in a report?
Thanks in advance,
Sodi
In brief, I want to display the rich text created with your RichTextBox in a report (Telerik Reporting).
I did some research and I assume the best way to do this would be to use a HtmlTextBox in the report and then somehow convert the xaml code created by the RichTextBox to Html. This is currently not supported, but I have noticed that export to Html will be a feature in the upcoming Q2 Release of the Silverlight controls.
However, this code resides in a Silverlight dll, which makes it quite hard to use this on the server-side, since the dll depends on other client dlls (like System.Xml). Is there an easier server-side alternative (maybe within the WPF controls or so), to convert the RichTextBox xaml to Html? Or do you have any other suggestions to display the rich text in a report?
Thanks in advance,
Sodi