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

ValueBinding(Object, String) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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