Hi,
I was wondering if someone may be able to advise me on this before i set off in the wrong direction?
I've had the OpenXML PowerTools working perfectly well producing a multi-lined single table of results in Word. However, some bright spark has now decided that we now need to separate the results into subcategory's, with a title for each (in my mind this now means separate tables?)
The xml output files were previously straightforwards, but now I've spent a little bit of time breaking the output down into the required subcategory's its becoming more obvious that I'm not going to be able to just pass the xml and the document template files to the DocumentBuilder function! I'm a bit puzzled as to the structure of the xml for one, and what (if possible) would work.
The fun part is that there isn't a set number of subcategory's per report, it varies each time, so sadly there's no way to pre-set tables in Word any more.
Will I have to go for a full on custom Docx creation process? I can't see how this could be done with PowerTools.
Any advice would be greatly received!