ASPxRichEdit.MailMerge(String, DocumentFormat) Method
In This Article
Initializes the mail merge process and generates the resulting documents containing the merged information.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
#Declaration
public void MailMerge(
string fileName,
DocumentFormat documentFormat
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A name of the file to which the merged document is saved. |
document |
Document |
A Document |
#Remarks
The MailMerge method merges the current document with records retrieved from the default mail merge data source specified via the RichEdit’s DataSourceID (or DataSource) property and sends the merged document to the specified file.
See Also