Back to Devexpress

ReportDesignerModel.DataBindingMode Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-reportdesignermodel.md

latest2.4 KB
Original Source

ReportDesignerModel.DataBindingMode Property

Specifies the binding mode used to provide dynamic contents to reports.

Namespace : DevExpress.XtraReports.Web.ReportDesigner

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public DataBindingMode DataBindingMode { get; set; }
vb
Public Property DataBindingMode As DataBindingMode

Property Value

TypeDescription
DataBindingMode

A DataBindingMode enumeration value.

|

Available values:

NameDescription
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. See Use Variables for Event-Related Expressions.

|

See Also

ReportDesignerModel Class

ReportDesignerModel Members

DevExpress.XtraReports.Web.ReportDesigner Namespace