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

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

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

See Also