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

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

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

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

A String value, specifying the data member.

See Also