Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • RecordSeparator Enum

    Lists the separators that can be inserted between each pair of master sections in a mail-merge document.

    Namespace: DevExpress.Snap.Core.Options

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public enum RecordSeparator

    Members

    Name Description
    Custom

    Records are separated in a custom way.

    None

    Records are not separated.

    PageBreak

    Records are separated by page breaks.

    SectionNextPage

    Records are separated by section breaks.

    SectionEvenPage

    Records are separated by section breaks. New sections are started on even-numbered pages.

    SectionOddPage

    Records are separated by section breaks. New sections are started on odd-numbered pages.

    Paragraph

    Records are separated by paragraphs.

    Related API Members

    The following properties accept/return RecordSeparator values:

    Remarks

    A RecordSeparator instance is returned by the SnapMailMergeExportOptions.RecordSeparator property.

    See Also