TcxPivotGridOLAPField.PopulateFilteredValues(TcxPivotGridField,Boolean) Method
Populates a list of filter values.
Declaration
class function PopulateFilteredValues(AField: TcxPivotGridField; IsExpanding: Boolean = False): TStrings;
Parameters
Name | Type |
---|---|
AField | TcxPivotGridField |
IsExpanding | Boolean |
Returns
Type |
---|
TStrings |
Remarks
The PopulateFilteredValues method returns the list populated with the filter values.
AField specifies the field for which filter values are populated in the list.
IsExpanding specifies whether to add the field group‘s filter values to the list. Set IsExpanding to True to add the field group’s filter values to the list. Otherwise, only the specified field’s filter values will be added.
See Also