Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have created a crystal report that display data which is stored in database with HTML tags.
Database field type is ntext.

If the data is

Customer

then it displays Customer in Bold.

If the data is

HTML
<table border=2>
<tr>
<td>ID</td>
<td>Product</td>
</tr>
<tr>
<td>001</td>
<td> Ink Jet Printer</td>
</tr>
</table>


it displays HTML:

IDProduct
001 Ink Jet Printer


it displays CrystalReport:
ID Product
001 Ink Jet Printer

it does not shows table border

How can i show data with table border

Please suggest
Posted

It seems table tag is not supported in Crystal Reports. Check this Link.
 
Share this answer
 
Comments
Member 3232874 4-Aug-12 13:50pm    
Thanks
You can design manually by using line and box tool ,
 
Share this answer
 
Comments
Member 3232874 4-Aug-12 13:53pm    
You get an example?
Thanks
Manoj Kumar Choubey 5-Aug-12 2:37am    
You can search some ebooks and on google .....
 
Share this answer
 
Comments
Member 3232874 4-Aug-12 13:51pm    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900