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

ValueBinding.DataSource Property

Specifies the data source containing a data field that will provide values by which series data should be filtered.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

A Object value, specifying the data source.

See Also