Allowed html tags crystal report in ASP.NET
-
HI can any one provide me the list of allowed html tags supported by crystal reports in visual studio 2008 ?, thankx in advance.
-
How to use HTML Tag in Crystal report. already html tag is available in my database. i want to use that tag as work in HTML file.
-
How to use HTML Tag in Crystal report. already html tag is available in my database. i want to use that tag as work in HTML file.
i tried to load a HTML file using crystal report with the following content <table border="1" cellpadding="2" cellspacing="0"> <tr> <td>column 1</td> <td>column 2</td> <td>column 3</td> </tr> <tr> <td>value 1</td> <td>value 2</td> <td>value 3</td> </tr> <tr> <td>value 1</td> <td>value 2</td> <td>value 3</td> </tr> </table> but the content was shown without table formatting How can i get in table format with cellpadding and cellspacing pls help me