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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public PromptBoolean ConvertBindingsToExpressions { get; set; }

Property Value

Type Description
PromptBoolean

A PromptBoolean enumeration value.

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