Skip to main content

Enable the Rich Text Editor

The ASP.NET Web Forms Report Designer’s XRRichText control allows you to display formatted static or dynamic text in your report. If you specify static text or load RTF text from a file, you can apply format settings to the entire text only.

Note

Inline client Rich Text Editor does not support Right-To-Left mode. For more information review the following help topic: Rich Text Editor Unsupported Features.

This topic describes how to enable the XRRichText control’s Rich Text Editor to edit and format text in-line.

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

In Code

Set the Report Designer’s EnableRichTextEditor property to true.

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