Display RTF (RichText format) From database report to client (MS ReportViewer)

Is it possible? I was looking for a way to do this, but I cannot find it anywhere. I read somewhere that it is not supported, and then I read somewhere else that it is supported by VS VS, which I use. I heard that Crystal Reports supports RTF, but I seriously can no longer work with Crystal Reports. It's so damn dirty. However, I do not understand how an application such as MS Access can display RTF in a report, but Win Forms cannot?

+5
source share
1 answer

You can try DBxtra , it is a stand-alone reporting tool, and it can display RTF and HTML text directly from your database, just add a rich text control to the report and attach it to a field containing rich text.

0
source

All Articles