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.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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 |
|
Remarks
The number of data records to include in a document is defined by the SnapMailMergeExportOptions.ExportRecordsCount property.
See Also