ValueBinding(Object, String) Constructor
Initializes a new instance of the ValueBinding class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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