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

SnapMailMergeExportOptions.ExportRecordsCount Property

Specifies the number of data records to include in the published mail-merge document, counting from the current SnapMailMergeExportOptions.ExportFrom value.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

int ExportRecordsCount { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the number of data records to include in a document.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportRecordsCount
MailMergeExportFormShowingEventArgs
.Options.ExportRecordsCount

Remarks

To obtain the total number of data records displayed in the Current Record editor of the Data Tools: Mail Merge toolbar, use the SnapMailMergeVisualOptions.RecordCount property.

See Also