Embedded html in report
Hi,
is possible embedded html snipets in reports?
In our program for which we plan using FastReport.NET our customers can write notices in html (in embedded IE).
Is there any chance to include this html notices in some form in report?
Thank you for hint.
Radek.
is possible embedded html snipets in reports?
In our program for which we plan using FastReport.NET our customers can write notices in html (in embedded IE).
Is there any chance to include this html notices in some form in report?
Thank you for hint.
Radek.
Comments
There is no such control in FR.Net that can display html. You can do it in two ways:
- convert html to RTF and display it using the RichObject;
- convert html to picture and display it using PictureObject.