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

XRSparkline.DataMember Property

Specifies the name of a data member 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

[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string DataMember { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the data member name.

Implements

See Also