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
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.