Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FieldOptions.UpdateDocVariablesBeforePrint Property

Specifies whether to refresh the values of document variables when the document is printed or exported to PDF.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(true)]
public bool UpdateDocVariablesBeforePrint { get; set; }

Property Value

Type Default Description
Boolean **true**

true to ensure that the printed and exported values are up to date; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateDocVariablesBeforePrint
WinForms Controls SnapControlOptions
.Fields .UpdateDocVariablesBeforePrint
RichEditControlOptions
.Fields .UpdateDocVariablesBeforePrint
WPF Controls RichEditControlOptions
.Fields .UpdateDocVariablesBeforePrint
Office File API RichEditControlOptionsBase
.Fields .UpdateDocVariablesBeforePrint

Remarks

The UpdateDocVariablesBeforePrint option setting affects any document loaded in the RichEditControl. However, if a document has the Document.UpdateDocVariablesBeforePrint property set, its value has priority over the UpdateDocVariablesBeforePrint setting.

See Also