Skip to main content

XRChart.DataMember Property

Specifies the data source member which supplies data to the control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
String

A String value that is the data source member.

Remarks

To learn more, see Providing Data.

See Also