Back to Devexpress

PromptBoolean Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-1f00bbe1.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum PromptBoolean
vb
Public Enum PromptBoolean

Members

NameDescription
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:

Remarks

A PromptBoolean enumeration value is returned by the UserDesignerOptions.ConvertBindingsToExpressions property.

See Also

DevExpress.XtraReports.UI Namespace