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

XRChart.DataMember Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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.

Implements

DevExpress.Data.IDataContainerBase.DataMember
See Also