Skip to main content

ReportModel.TryUseExpressions Property

Specifies whether the Report Wizard should try to create the report in expression bindings mode.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool TryUseExpressions { get; set; }

Property Value

Type Description
Boolean

true, to try to create a report in expression bindings; false, to use the legacy binding mode.

See Also