Skip to main content

ValueBinding(Object, String) Constructor

Initializes a new instance of the ValueBinding class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ValueBinding(
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

A Object value, specifying the data source. This value is assigned to the ValueBinding.DataSource property.

dataMember String

A String value, specifying the data member. This value is assigned to the ValueBinding.DataMember property.

See Also