SnapMailMergeVisualOptions.RecordCount Property
Indicates the total number of data records in a mail-merge document.
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, 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.

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