Hi,
Is it possible to display pre-formatted text within a report?
What I am trying to do is to allow a user to edit a document through a RadRichTextBox then save the document to database using a HtmlFormatProvider to obtain properly formatted HTML. However, when I try to display the contents of the field within an HtmlTextBox, either nothing displays or all of the formatting is lost.
What I would really like to do, is to allow the user to import their source file directly into the RadRichTextBox and save that data to database and display within a report to preserve the formatting 100%.
Thanks,
Ryan