Hello, at the moment we use an old version from 2008/2009 and want to upgrade to new version because we need to imiplement nested regions. At the moment i evaluate if all our requirements are covered with new release...
Now my current problem: I want to cover the sample "How-to: Apply Custom Logic to Unmerged Regions". I need 3 nested regions but in my sample project the databinding between the three DataTable-Queries i pass via
doc.MailMerge.ExecuteWithRegions(GetMietEigData());
doc.MailMerge.ExecuteWithRegions(GetTOPData());
doc.MailMerge.ExecuteWithRegions(GetAntragData());
has the result, that all records of GetAntragData are dispalyed in first merge region of GetTOPData and the Data of GetTopData is only replaced on first merge region of MietEigData…
how should i tell the 3 DataTable sources, on which fields they are related on each other?
Best regards