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

ReportModel.TryUseExpressions Property

Specifies whether the Report Wizard should try to create the report with the binding expressions mode.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public bool TryUseExpressions { get; set; }

Property Value

Type Description
Boolean

true, to try to create a report with binding expressions; false, to use the legacy binding mode.

See Also