Back to Devexpress

ASP.NET Web Forms Apps: Enable Rich Text Editor in Web Report Designer

xtrareports-401247-web-reporting-asp-net-webforms-reporting-end-user-report-designer-in-asp-net-web-forms-reporting-customization-enable-the-rich-text-editor.md

latest1.7 KB
Original Source

ASP.NET Web Forms Apps: Enable Rich Text Editor in Web Report Designer

  • Dec 04, 2024

The XRRichText control can display text with rich formatting in your report. You can specify content directly in the control, load text from an RTF/HTML file, or bind the control to a data field.

You can activate an inline Rich Text Editor and allow users to format and edit content in the Web Report Designer:

Note

The inline Rich Text Editor does not support Right-To-Left mode. For more information on limitations, refer to the following help topic: Rich Text Editor Unsupported Features.

Check the Enable Rich Text Editor option when you create a new ASP.NET Web Forms reporting application with a Web Report Designer.

In Code

Set the Report Designer’s EnableRichTextEditor property to true.

aspx
<dx:ASPxReportDesigner ID="ASPxReportDesigner1" runat="server"
      EnableRichTextEditor="true">
    </dx:ASPxReportDesigner>