Skip to main content
A newer version of this page is available. .

ReportDesignerModel.ConvertBindingsToExpressions Property

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.v18.2.Web.dll

Declaration

public PromptBoolean ConvertBindingsToExpressions { get; set; }

Property Value

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.

Remarks

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