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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
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. |
Remarks
A PromptBoolean enumeration value is returned by the UserDesignerOptions.ConvertBindingsToExpressions property.
See Also