Class FilterValue
Represents the filter value item.
Implements
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 FilterValue : Element, ICloneable<Element>
Constructors
FilterValue()
Declaration
public FilterValue()
Properties
Filter_Value
Gets or sets the filter value.
Declaration
public double Filter_Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The filter value. |