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

ParameterBindingBase.DataSource Property

Specifies the data source to which a bound data field belongs.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

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

Property Value

Type Description
Object

The data source.

See Also