IReportDesignerModelBuilder.DataBindingMode(DataBindingMode) Method
Specifies data binding mode used to supply dynamic contents to report controls.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
bindingMode | DataBindingMode | Enumeration DataBindingMode that defines the data binding mode used in the Report Designer. |
Returns
Type | Description |
---|---|
IReportDesignerModelBuilder | A IReportDesignerModelBuilder that can be used to further configure the Report Designer. |
Remarks
For more information, review the following help topic: Data Binding Modes.
See Also