xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-reportdesignermodel-52d8ca00.md
Specifies whether end-users are prompted to convert a legacy report to use expression bindings when opening it in the End-User Report Designer.
Namespace : DevExpress.XtraReports.Web.ReportDesigner
Assembly : DevExpress.XtraReports.v25.2.Web.dll
NuGet Package : DevExpress.Web.Reporting.Common
public PromptBoolean ConvertBindingsToExpressions { get; set; }
Public Property ConvertBindingsToExpressions As PromptBoolean
| Type | Description |
|---|---|
| PromptBoolean |
A PromptBoolean enumeration value.
|
Available values:
| 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 ConvertBindingsToExpressions option defines whether and how to convert legacy reports to use the new binding mechanism when opening them in the Designer.
If this property is set to True , such reports are automatically converted to use expression bindings. If this property is set to False , legacy reports are opened without any changes.
If the case of the Prompt value, users are prompted to convert legacy reports to use the new binding mode.
See Also