Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataSourceBase.Criteria Property

The criteria used to filter data in a report.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v21.2.dll

Declaration

public CriteriaOperator Criteria { get; set; }
[SRCategory(ReportStringId.CatData)]
public CriteriaOperator Criteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object used to filter data.

Remarks

The Criteria value is passed to the IObjectSpace.ApplyCriteria method.

Implements

See Also