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

DataBindingMode Enum

Lists the available data binding modes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public enum DataBindingMode

Members

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.BeforePrint event is available).

ExpressionsAdvanced

The binding mode that allows you to provide expressions in both the XRControl.BeforePrint and XRControl.PrintOnPage event handlers.

Related API Members

The following properties accept/return DataBindingMode values:

Remarks

A DataBindingMode enumeration value is returned by the ReportDesignerModel.DataBindingMode and UserDesignerOptions.DataBindingMode properties.

See Also