Is anybody of you worked on HTML data populating into crystal reports?
Am using Visual studio 2010. I had an XML data coming from DB. Which am able to convert into HTML using XSL. Now my next task is to get it into crystal report.
Any hint will be greatful. Because all the online resources are simply giving me results related to creating dataset and executing stored procedures etc.
I was able to pull my HTML content to crystal report. Now the embedded styling was not able to get applied. Any clues whr do i need to tweak?
Thanks in advance.
Regards, Pavan N
Are you pushing the HTML into a text object? Have you set the interpretation to HTML?
Note that there's a limit to the level of styling and HTML that crystal is actually capable of interpreting. I found this list:
The supported tags are:
The supported attributes are:
Here: http://forums.asp.net/t/1209306.aspx/1
Also- apparently the a
tag has been added in CR 2008 SP3. There may be more...