In my Web application, I am building a Topic Library, in which I allow users to post their topic in rich-text format. I use 2 fields
- TopicName: type string.
- TopicContent: type string. I use RadEditor to help users to create the content and I store the HTML string to the database
Now, in Telerik Reporting, I am using 2 TextBox to display TopicName and TopicContent. The Report Preview works fine, it display the topic-content in the right format, rich-text. However, when I click on the button Export to export the report to PDF/Rich Text/TIFF/Excel, the results contain the whole HTML string. I think this is because of HTML render.
Does anyone have any suggestion to get the right format in PDF/RichText ?
Hien Phan
- TopicName: type string.
- TopicContent: type string. I use RadEditor to help users to create the content and I store the HTML string to the database
Now, in Telerik Reporting, I am using 2 TextBox to display TopicName and TopicContent. The Report Preview works fine, it display the topic-content in the right format, rich-text. However, when I click on the button Export to export the report to PDF/Rich Text/TIFF/Excel, the results contain the whole HTML string. I think this is because of HTML render.
Does anyone have any suggestion to get the right format in PDF/RichText ?
Hien Phan