Class FilterElement
Represents the information needed for filtering an element.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class FilterElement : Element, ICloneable<Element>, ICloneable<FilterElement>
Constructors
FilterElement()
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement()
FilterElement(AxisPosition)
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement(AxisPosition axis)
Parameters
Type | Name | Description |
---|---|---|
AxisPosition | axis | The axis position. |
Properties
Axis
Gets or sets the axis position.
Declaration
public AxisPosition Axis { get; set; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position. |
Elements
Gets or sets the collection of elements.
Declaration
public ElementCollection Elements { get; set; }
Property Value
Type | Description |
---|---|
ElementCollection | The collection of elements. |
FilterCase
Gets or sets the filter case.
Declaration
public FilterCase FilterCase { get; set; }
Property Value
Type | Description |
---|---|
FilterCase | The filter case. |
FilterValue
Gets or sets the collection of filter values.
Declaration
public ElementCollection FilterValue { get; set; }
Property Value
Type | Description |
---|---|
ElementCollection | The collection of filter values. |
IsFilterCondition
Gets or sets a value indicating whether the filtering is based on condition.
Declaration
public bool IsFilterCondition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Clone()
Clones this instance.
Declaration
public FilterElement Clone()
Returns
Type | Description |
---|---|
FilterElement | A copy of this instance. |