Hi
I have 2 questions as outlined in the heading. The first question is - Is it possible to populate a table in MS word with sections? In other words, if you have a table (from SQL Server) such as this:
Column1 | Column2 |
1 | A |
2 | A |
3 | A |
6 | B |
7 | B |
2 | C |
4 | C |
5 | C |
Is it possible to generate a report in tabular format in MS word that looks like this
A
1
2
3
B
6
7
C
2
4
5
My second question was derived from trying to find a solution to the above problem. When I saw that you supported insertHTML in the DocumentBuilder I thought all my problems have been answered. The problem was you don’t fully support Tables and CSS. To create the report using your example of creating a chess board can work but the problem is that the table that I am creating is very complicated. When are you going to fully support HTML.
Regards