Enum FilterCase
Represents the values that specify the filter cases.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum FilterCase
Fields
Name | Description |
---|---|
Between | The filter case is of type between. |
EqualTo | The filter case is of type equal to. |
GreaterThan | The filter case is of type greater than. |
GreaterThanOrEqualTo | The filter case is of type greater than or equal to. |
LessThan | The filter case is of type less than. |
LessThanOrEqualTo | The filter case is of type less than or equal to. |
NotBetween | The filter case is of type not between. |
NotEquals | The filter case is of type not equals. |