XRPrefilter.CriteriaString Property
Gets or sets the filter expression, in the string form.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the filter expression. |
Remarks
You can use either the CriteriaString or XRPrefilter.Criteria property to specify the filter criteria. These properties are in sync.
For more information on specifying filter criteria, see the Simplified Criteria Syntax topic.
See Also