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

SnapMailMergeVisualOptions.RefreshRecordCount() Method

Updates the displayed record count after it has been changed in a connected data source.

Namespace: DevExpress.Snap.Core.Options

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

Declaration

int RefreshRecordCount()

Returns

Type Description
Int32

An integer value, specifying the current number of data records in a mail-merge document. This value is assigned to the SnapMailMergeVisualOptions.RecordCount property.

Remarks

The record count is displayed in the Current Record editor of the Data Tools: Mail Merge toolbar.

snap-mail-merge-export-range-dialog

See Also