A newer version of this page is available.
Switch to the current version.
PromptBoolean Enum
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.v18.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return PromptBoolean values:
Remarks
A PromptBoolean enumeration value is returned by the UserDesignerOptions.ConvertBindingsToExpressions property.
See Also
Feedback