Converter RichObject em texto ao exportar

2018-05-18

Until recently, the export of the RichObject was done as an image. Of course, many people did not like it. In FastReport .NET version 2018.2.3 a new property of the RichObject - ConvertRichText object appeared. This property allows you to enable the export mode of the object in text form, instead of the image. That is, by including this option, we will get the text in any export format, except, of course, exporting to the image.

By tradition, I propose to get acquainted with the new property by example.

We add RichObject to the report page. And load into it the rtf document in the editor:

Now run the report in preview mode and export to PDF.

And we see the picture in the document. Let's return to the report template. Select the RichObject object and set its ConvertRichText property to true. Repeat the export of the report to PDF:

This time, we got a text available for selection. And the text is displayed completely, unlike the example with the image, where the text scope is limited by the size of the RichObject object.

Still there is a minus - the original formatting of the text and the font can be lost, if those are not supported in FastReport .NET.

.NET Export FastReport RTF
10 de julho de 2025

Komu Monta y Konekta o Plugin Firebird na FastReport .NET

Neste artigo, vamos passar pelo processo de construção e conexão do plugin Firebird no FastReport .NET através do designer de relatórios e via código.
30 de maio de 2025

Abrimos arquivos com a extensão FP3 usando o FastReport Viewer

O FastReport Viewer é a solução ideal para trabalhar com arquivos FP3, é permite abrir, visualizar, imprimir e exportar relatórios com facilidade.
24 de abril de 2025

Como Abrir e Converter um Arquivo FP3 Usando o FastConverter .FP3

Estamos falando sobre o formato .FP3, que é usado para relatórios prontos em aplicações empresariais, e a capacidade de converter esses arquivos para vários formatos usando o FastConverter.

© 1998-2025 Fast Reports Inc.