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

ParameterBindingBase.DataMember Property

Specifies the data member to which a bound data field belongs.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public string DataMember { get; }

Property Value

Type Description
String

The data member.

See Also