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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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