Skip to main content
A newer version of this page is available. .

XRPrefilter.CriteriaString Property

Gets or sets the filter expression, in the string form.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override string CriteriaString { get; set; }

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 Creating Criteria topic.

See Also