Skip to main content
A newer version of this page is available.

SnapMailMergeExportOptions.ExportFrom Property

Specifies the data record number, from which the specified range of data records that is included in a published mail-merge document starts.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

int ExportFrom { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the number of the first record.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportFrom
MailMergeExportFormShowingEventArgs
.Options.ExportFrom

Remarks

The number of data records to include in a document is defined by the SnapMailMergeExportOptions.ExportRecordsCount property.

See Also