ReportDesignerModel.DataBindingMode Property
Specifies the binding mode used to provide dynamic contents to reports.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public DataBindingMode DataBindingMode { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
Available values:
Name | Description |
---|---|
Bindings | The legacy data binding mode, in which providing any custom logic to the report requires report scripts. |
Expressions | The default binding mode that allows you to provide expressions with restricted customization options (only the XRControl. |
Expressions |
The binding mode that allows you to provide expressions in both the XRControl. |