How to present something like an html table

Stimulsoft Reports.NET discussion
Post Reply
alepage
Posts: 56
Joined: Mon Jan 19, 2009 7:02 am
Location: France

How to present something like an html table

Post by alepage »

Hi,

I would know if someone have a solution to present a table from raw text data.
Sadly, those raw data are register in only one column in the database I must use, and I precise that I have not access to the conceptual data model.

My team has thought to include html tags in the purpose to present those tables in the report, but <table>, <tr> and <td> tags are not supported, as the property style=*.

Perhaps conditionnal formatting and textwrap options could help me but I don't know how.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to present something like an html table

Post by HighAley »

Hello.

Could you send us a sample of data that you have and what do you need to get?
It will help to understand your task more clearly and suggest you a better solution.

Thank you.
alepage
Posts: 56
Joined: Mon Jan 19, 2009 7:02 am
Location: France

Re: How to present something like an html table

Post by alepage »

Hi HighAley,

There is a data file we use for reporting :
report.xml
data
(29.18 KiB) Downloaded 234 times
The datum that interesting me is stored in this tree :

Code: Select all

<DONNEE>
<ARTICLE>
<OPTIONS>
</OPTIONS>
</ARTICLE>
</DONNEES>
There is the visual that I want :
The visual
The visual
report.png (35.06 KiB) Viewed 3507 times
Data contain here some html tags, but in fact the text is originally stored without them.

Thanks.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to present something like an html table

Post by HighAley »

Hello.

The only way that we can suggest is to convert your table from HTML to Rich Text and show it as Rich Text.

Thank you.
alepage
Posts: 56
Joined: Mon Jan 19, 2009 7:02 am
Location: France

Re: How to present something like an html table

Post by alepage »

Hi HighAley,

Thank you for your answer. The problem is I can't store rich text in a database.
I think my team and I will think about another way to show the informations on the report.

Thanks again.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to present something like an html table

Post by HighAley »

Hello.

Maybe this is a better solution.
Please, let us know if you need our help.

Thank you.
Post Reply