TcxPivotGridOLAPField.FilteredValueCount(TcxPivotGridField,Boolean) Method
Returns the number of filter values.
Declaration
function FilteredValueCount(AField: TcxPivotGridField; IsExpanding: Boolean = False): Integer;
Parameters
Name | Type |
---|---|
AField | TcxPivotGridField |
IsExpanding | Boolean |
Returns
Type |
---|
Integer |
Remarks
AField specifies the field for which the number of filter values is returned.
IsExpanding specifies whether to calculate filter values for the field group, if the field is in the field group. Set IsExpanding to True to calculate filter values for the field group. Otherwise, only the number of the field’s filter values is returned.
See Also