Example of Mail Merge Event in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to format the Mail merged data using Mail merge events of Essential DocIO.
DEMO
SOURCE
DocIO provides event support for text and image merge fields. With these events, you can format the text and the image merged in the Word document during mail merge.
- Using event support, you can generate report with each record in new page by inserting page break.
- You can perform mail merge for a group of merge fields by defining group start and end fields in the template document.
More information about the Mail Merge event can be found in this
documentation
section.