Hi,
I have data stored in database as XHTML. There is a requirement to display the data in the report.
This is what I've done.
-using CR.NET in VS.NET 2005
-create a dataset
-create a report definition file (TheReport.rpt)
-On the report create a field that bind to a field in a table in a data set.
-Change the format of the field to Text Intepretation: HTML Text
-create a webform
-create a CrystalReportViewer on the form
-write custom code to bind the CrystalReportViewer to the report definition file
When the data is rendered some of the XHTML tags are not render properly. For example, table and image tags.
Is there a way to get around this?
Thanks for your help.