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