xtrareports-devexpress-dot-xtrareports-dot-ui-1f00bbe1.md
Lists values that specify whether and how to convert legacy reports to the new binding mode when opening them in the End-User Report Designer.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum PromptBoolean
Public Enum PromptBoolean
| Name | Description |
|---|---|
False |
Legacy reports are not converted to use expression bindings.
|
| True |
Legacy reports are automatically converted to use expression bindings.
|
| Prompt |
Users are prompted to convert legacy reports to use expression bindings.
|
The following properties accept/return PromptBoolean values:
A PromptBoolean enumeration value is returned by the UserDesignerOptions.ConvertBindingsToExpressions property.
See Also