Skip to main content

ValueBinding.DataMember Property

Specifies the data member containing a data field that will provide values by which series data should be filtered.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

A String value, specifying the data member.

See Also