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

    Specifies the type of separator to insert 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

    RecordSeparator RecordSeparator { get; set; }

    Property Value

    Type Description
    RecordSeparator

    A RecordSeparator enumeration value, specifying the separator type.

    Available values:

    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.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to RecordSeparator
    MailMergeExportFormShowingEventArgs
    .Options .RecordSeparator

    Remarks

    The following image illustrates the Export Range dialog where the separator can be specified.

    snap-mail-merge-export-range-dialog

    See Also