Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a small Problem with stimulsoft report.... In my Database i have to save a field like this

HTML
<table><tr><td>Hi</td><td>Stimulsoft</td></tr></table>


When i retrieve this field into stimulsoft report i want it in tabular format in Report.
If we select
HTML
"Allow Html" 

it shows like this....'HiStimulsoft'

If we doesnt select "Allow Html" it shows like this
HTML
' <table><tr><td>Hi</td><td>Stimulsoft</td></tr></table>'


Please send me the solution for this
Posted
Updated 31-Oct-12 23:53pm
v2
Comments
MT_ 1-Nov-12 5:55am    
This is too specific question ! I would suggest you use forum.stimulsoft.com/

1 solution

Stimulsoft Reports has a limited support of the HTML tags.
And the <table>, <tr> and <td> tags isn't supported.
 
Share this answer
 

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