SnapControl.SnapMailMerge(SnapMailMergeExportOptions, ISnapDocumentServer) Method
OBSOLETE
This method has become obsolete. Use another SnapMailMerge method overload with appropriate parameters instead.
Obsolete. Starts rendering a mail-merge document based on the applied export options and saving it to the specified SnapDocumentServer.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.dll
NuGet Package: DevExpress.Win.Snap
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method has become obsolete. Use another SnapMailMerge method overload with appropriate parameters instead.")]
public void SnapMailMerge(
SnapMailMergeExportOptions options,
ISnapDocumentServer targetDocumentServer
)
Parameters
Name | Type | Description |
---|---|---|
options | SnapMailMergeExportOptions | An object implementing the SnapMailMergeExportOptions interface. |
targetDocumentServer | DevExpress.Snap.Core.Native.ISnapDocumentServer | A SnapDocumentServer object. |
See Also