Back to Devexpress

Document.MailMergeAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-document-dot-mailmergeasync.md

latest1.8 KB
Original Source

Document.MailMergeAsync Method

NameParametersDescription
MailMergeAsync(DocumentFormat, MergeMode, Int32, Int32, CancellationToken)format, mergeMode, firstRecord, recordCount, cancellationTokenMerges 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, cancellationTokenMerges 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, cancellationTokenMerges 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, cancellationTokenMerges all records of the bound data source to the document template, separates merge ranges with paragraphs, and generates the resulting document.