Skip to content

DevExpress-Examples/word-document-api-use-multiple-data-sources-for-mail-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Processing Document API - How to Use Multiple Data Sources for a Mail Merge

This example illustrates how to use the Mail Merge functionality of the Word Processing File API to merge data from different data sources and merge resultant documents into one in an ASP.NET application. The approach illustrated in this example is similar to one utilized in the Office File API - Mail Merge online demo. The difference is that we use multiple data sources in our example, and all records from an associated data source are rendered in mail-merged document previews.

Files to Look At

Documentation