Skip to main content

XRBinding.Assign(Object, String) Method

Assigns the specified data source and a data member to the current data binding.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void Assign(
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

A Object that specifies the data source for the current data binding. This value is assigned to the XRBinding.DataSource property.

dataMember String

A String value that specifies the data member for the current data binding. This value is assigned to the XRBinding.DataMember property.

See Also