Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SnapDocumentServer.SnapMailMerge(ISnapDocumentServer) Method

OBSOLETE

This method has become obsolete. Use another SnapMailMerge method overload with appropriate parameters instead.

Obsolete. Starts rendering a mail-merge document and saving it to the specified Snap Report API.

Namespace: DevExpress.Snap

Assembly: DevExpress.Docs.v21.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

[Browsable(false)]
[Obsolete("This method has become obsolete. Use another SnapMailMerge method overload with appropriate parameters instead.")]
public void SnapMailMerge(
    ISnapDocumentServer documentServer
)

Parameters

Name Type Description
documentServer DevExpress.Snap.Core.Native.ISnapDocumentServer

A SnapDocumentServer object.

See Also