Page 1 of 1

RTF text to standard text

Posted: Thu May 19, 2016 7:27 am
by Martin
Report created with business objects. Some of data's in SQL base stored like RTF text.
There are no problem to get this text on RTF for example: Rtf from {Order.Positions.Comments}.

Is there are possible to convert the RTF text to standard text?

Thank you.

Re: RTF text to standard text

Posted: Thu May 19, 2016 9:34 am
by HighAley
Hello, Martin.

Unfortunately, it's impossible to get plain text with built-in methods.
But you could use any C# or VB.NET code in the report.
You could find a sample on the How to: Convert RTF to Plain Text (C# Programming Guide).

Thank you.