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.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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 |
|
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