Skip to main content
All docs
V19.1

ParameterBinding.DataMember Property

Specifies the parameter data member.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

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

Property Value

Type Description
String

A String value, specifying the data member.

See Also