Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

A Object value, specifying the data source.

See Also