DataProvider.Fill(DataTable, IList<CriteriaOperator>) Method
Fills the specified data table.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataTable | DataTable | A DataTable object. |
filteringOperators | IList<CriteriaOperator> | A collection of CriteriaOperator objects. |
See Also