Skip to main content

ParameterBindingBase.DataMember Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
String

The data member.

See Also