Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapMailMergeExportOptions.ExportFrom Property

    Specifies the data record number, from which the specified range of data records that is included in a published mail-merge document starts.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    int ExportFrom { get; set; }

    Property Value

    Type Description
    Int32

    An integer value, specifying the number of the first record.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ExportFrom
    MailMergeExportFormShowingEventArgs
    .Options .ExportFrom

    Remarks

    The number of data records to include in a document is defined by the SnapMailMergeExportOptions.ExportRecordsCount property.

    See Also