adrianjohnson
Programmer
Hi all,
We've developed an ASP.Net application in Visual Studio 2005. The data is stored in a SQL Server 2005 table, and the field concerned is of type nvarchar.
We then created a Crystal Report (version 11.5 SR 2), and added the field into it. Next, we formatted the field to display as html text, as the field contains html syntax (nothing major, just the 'p' and 'br' tags).
When the report is previewed in Visual Studio, the field is displayed correctly. When the project is run, the report is converted to PDF and displayed but the field shows the html tags!
How can we get the html in the PDF document to display properly?
Thanks,
Adrian
We've developed an ASP.Net application in Visual Studio 2005. The data is stored in a SQL Server 2005 table, and the field concerned is of type nvarchar.
We then created a Crystal Report (version 11.5 SR 2), and added the field into it. Next, we formatted the field to display as html text, as the field contains html syntax (nothing major, just the 'p' and 'br' tags).
When the report is previewed in Visual Studio, the field is displayed correctly. When the project is run, the report is converted to PDF and displayed but the field shows the html tags!
How can we get the html in the PDF document to display properly?
Thanks,
Adrian