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.
RTF text to standard text
Re: RTF text to standard text
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.
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.