DataSourceBase.Criteria Property
In This Article
The criteria used to filter data in a report.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public CriteriaOperator Criteria { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
The Criteria value is passed to the IObjectSpace.ApplyCriteria method.
See Also