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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to try to create a report in expression bindings; false, to use the legacy binding mode. |
See Also