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

XRBinding.DataSource Property

Gets the data source for this binding.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public object DataSource { get; }

Property Value

Type Description
Object

An object that represents the data source.

Remarks

Possible data sources include:

Implements

DevExpress.XtraReports.IXRBinding.DataSource
See Also