Skip to main content
A newer version of this page is available.

SnapControl.SnapMailMerge(String, DocumentFormat) Method

Starts rendering a mail-merge document and saving it to a file in the specified format.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

public void SnapMailMerge(
    string fileName,
    DocumentFormat format
)

Parameters

Name Type Description
fileName String

A String value, specifying the file name.

format DocumentFormat

A DocumentFormat structure, specifying the document format.

See Also