Skip to main content

DataProvider.Fill(DataTable, IList<CriteriaOperator>) Method

Fills the specified data table.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void Fill(
    DataTable dataTable,
    IList<CriteriaOperator> filteringOperators
)

Parameters

Name Type Description
dataTable DataTable

A DataTable object.

filteringOperators IList<CriteriaOperator>

A collection of CriteriaOperator objects.

See Also