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

SnapMailMergeVisualOptions.RecordCount Property

Indicates the total number of data records in a mail-merge document.

Namespace: DevExpress.Snap.Core.Options

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

Declaration

int RecordCount { get; }

Property Value

Type Description
Int32

An integer value, indicating the total number of data records in a document.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecordCount
ISnapControlOptions
SnapControlOptions

Remarks

This value is displayed in the Current Record editor in the Data Tools: Mail Merge toolbar.

snap-mail-merge-export-range-dialog

To update the record count after it has been changed in a connected data source, call the SnapMailMergeVisualOptions.RefreshRecordCount method.

To specify the number of data records to include in a published document, use the SnapMailMergeExportOptions.ExportRecordsCount property.

See Also