Skip to main content
All docs
V25.1
  • ParameterBindingBase.DataMember Property

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

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

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

    Property Value

    Type Description
    String

    The data member.

    See Also