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

XRSparkline.DataSource Property

Specifies the data source that is assigned to the sparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatData)]
public object DataSource { get; set; }

Property Value

Type Description
Object

A Object value, specifying the sparkline data source.

Remarks

If the DataSource property is not defined, the sparkline uses the report’s data source.

Implements

DevExpress.Data.IDataContainerBase.DataSource
See Also