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

    Primary option that specifies whether or not to show the progress dialog while a mail-merge document is being rendered.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    bool ProgressIndicationFormVisible { get; set; }

    Property Value

    Type Description
    Boolean

    True, to show the progress dialog that indicates the current progress status; otherwise false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ProgressIndicationFormVisible
    ISnapControlOptions
    .SnapMailMergeVisualOptions .ProgressIndicationFormVisible
    SnapControlOptions
    .SnapMailMergeVisualOptions .ProgressIndicationFormVisible

    Remarks

    The ProgressIndicationFormVisible option is a primary option that sets the SnapMailMergeExportOptions.ProgressIndicationFormVisible value for all mail merge export actions of the current SnapControl. To show or hide the progress dialog for a particular mail merge, use the SnapControl.CreateMailMergeOptions method to create options, specify the SnapMailMergeExportOptions.ProgressIndicationFormVisible value as required, and pass it to the SnapDocument.SnapMailMerge method.

    See Also