Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Document.MailMergeAsync Method

Name Parameters Description
MailMergeAsync(DocumentFormat, MergeMode, Int32, Int32, CancellationToken) format, mergeMode, firstRecord, recordCount, cancellationToken Merges the selected range of the data records to the document template, separates merge ranges with the specified delimeter, and generates the resulting document.
MailMergeAsync(DocumentFormat, MergeMode, Int32, CancellationToken) format, mergeMode, firstRecord, cancellationToken Merges records of the bound data source to the document template starting with the selected record, separates merge ranges with the specified delimeter, and generates the resulting document.
MailMergeAsync(DocumentFormat, MergeMode, CancellationToken) format, mergeMode, cancellationToken Merges all records of the bound data source to the document template, separates merge ranges with the selected delimeter, and generates the resulting document.
MailMergeAsync(DocumentFormat, CancellationToken) format, cancellationToken Merges all records of the bound data source to the document template, separates merge ranges with paragraphs, and generates the resulting document.