Back to Devexpress

RichEditControl.MailMerge Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-mailmerge.md

latest3.2 KB
Original Source

RichEditControl.MailMerge Method

NameParametersDescription
MailMerge(Document)documentMerges data to the current document and sends the result to the specified Document instance.
MailMerge(MailMergeOptions, Document)options, targetDocumentMerges data to the current document and sends the result to the specified Document instance. Allows you to set the mail merge options.
MailMerge(MailMergeOptions, IRichEditDocumentServer)options, targetDocumentServerObsolete. Merges data to the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
MailMerge(MailMergeOptions, Stream, DocumentFormat)options, stream, formatMerges data to the current document and sends the result in the specified format to a stream. Allows you to set mail merge options.
MailMerge(MailMergeOptions, String, DocumentFormat)options, fileName, formatMerges data to the current document and saves the result to a file in the specified format. Allows you to set mail merge options.
MailMerge(IRichEditDocumentServer)documentServerObsolete. Merges data to the current document and sends the result to the specified RichEditDocumentServer instance.
MailMerge(Stream, DocumentFormat)stream, formatMerges data to the current document and sends the result in the specified format to a stream.
MailMerge(String, DocumentFormat)fileName, formatMerges data to the current document and sends the result to the a file in the specified format.