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

    Specifies whether or not to start printing each data record from a new paragraph.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    bool StartEachRecordFromNewParagraph { get; set; }

    Property Value

    Type Description
    Boolean

    true, to start printing each data record from a new paragraph; otherwise false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to StartEachRecordFromNewParagraph
    MailMergeExportFormShowingEventArgs
    .Options .StartEachRecordFromNewParagraph
    See Also