Hi,
In my ASP.NET software i would like to create .doc with a template and collection.
The template look like this
I use syncfusion mail merge to merge c# collection in the template with ExecuteNestedGroup(datatable). This is my result:
I expect this :
How I can merge cell like a row span with MailMergeDataTable and ExecuteNestedGroup?
Thanks for the help!