Back to Devexpress

SubreportBase.DataBindings Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-subreportbase-b4cc2f3d.md

latest1.5 KB
Original Source

SubreportBase.DataBindings Property

Overrides the XRControl.DataBindings property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override XRBindingCollection DataBindings { get; }
vb
Public Overrides ReadOnly Property DataBindings As XRBindingCollection

Property Value

TypeDescription
XRBindingCollection

An XRBinding object representing a collection of bindings for the control.

|

Remarks

This property is overridden to hide the corresponding property of the XRControl class, since the DataBindings property isn’t appropriate for the SubreportBase control.

See Also

SubreportBase Class

SubreportBase Members

DevExpress.XtraReports.UI Namespace