XRPivotGrid.Prefilter Property
Provides access to the Prefilter settings that enable filtering the incoming data.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
XRPrefilter | An XRPrefilter object that contains the prefilter’s settings. |
Remarks
A filter editor (Prefilter) enables end-users to build complex filter criteria with an unlimited number of filter conditions, combined by logical operators. The resulting filter condition will be combined with the field-based filter criteria with the AND Boolean operator.
The Prefilter provides a set of logical operators that significantly simplify the process of creating filters for text, numeric and date-time fields.
Note
The Prefilter is not supported in OLAP mode.