Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    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