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

SnapControl.SnapMailMerge(SnapDocument) Method

Starts rendering the specified mail-merge document.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v18.2.dll

Declaration

public void SnapMailMerge(
    SnapDocument document
)

Parameters

Name Type Description
document SnapDocument

An object implementing the SnapDocument interface.

See Also