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.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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