Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.27 KB

File metadata and controls

33 lines (21 loc) · 2.27 KB

Reporting for WinForms - How to Change Formatting in the XRRichText Control

This example uses the non-visual RichEditDocumentServer component to edit and format rich text content of the XRRichText control.

Original Content

The report preview with the XRRichText control that displays the original RTF content is shown below:

Report with XRRichText Control Before Formatting

Modified Content

The RichEditDocumentServer component applies default formatting, removes whitespaces at the end of the text, appends formatted text, and assigns the resulting RTF text to the XRRichText.Rtf property. The resulting report is shown in the following image:

Report with XRRichText Control After Formatting

Files to Review

Documentation

More Examples