Hi All,
I am generating a word documents from sharepoint lists, we have total five tables out of these five i am using content controls in two tables(ie they are static) and generating remaining three tables from code using openXML. everything is working fine but i am not able to define the order, these dynamic table are rendering at the bottom of the document.
i need some thing like this:
Table1 (Content Control)
Table 2(Dynamic )
Table 4(Dynamic )
Table 5(Dynamic )
Table 3(Content Control)
Hi, I have posted the solution for a similar requirement here. Have a look. Let me know if you have any related queries.