Hi,
I am testing the simple mail merge with Trial version. I was expecting the seperate page for each record, but its not returning like that. 2nd record mail merge is continouing with the first merge page. I have attached the sample document along with this post. Can you help me to figure it out this issue?
Here the code
da.Fill(dt);
doc.MailMerge.Execute(dt);
doc.MailMerge.DeleteFields();
Thanks
–Raj