Back to Devexpress

MailMergeExportRange Enum

aspnet-js-mailmergeexportrange.md

latest813 B
Original Source

MailMergeExportRange Enum

Lists values that specify the range for mail-merge document export.

Declaration

ts
declare enum MailMergeExportRange {
    AllRecords = 0,
    CurrentRecord = 1,
    Range = 2
}

Members

NameDescription
AllRecords

Specifies that all data source records will be included into the exported merged document.

| | CurrentRecord |

Specifies that only the current data source record will be included into the exported merged document.

| | Range |

Specifies that a specific range of data source records will be included into the exported merged document.

|

Remarks

Values listed by this enumeration are used in the following members: