Skip to main content
A newer version of this page is available.

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.v19.2.Core.dll

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