Class ValueElement
Represents the wrapper class of value that contains only the required information of value for generating MDXQuery and mainly created for scalability.
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 ValueElement : Element, ICloneable<Element>, ICloneable<ValueElement>
Constructors
ValueElement()
Initializes a new instance of the ValueElement class.
Declaration
public ValueElement()
Properties
Format
Gets or sets the format of the value.
Declaration
public NumberFormat Format { get; set; }
Property Value
Type |
---|
NumberFormat |
FormatString
Gets or sets the custom format string value.
Declaration
public string FormatString { get; set; }
Property Value
Type |
---|
System.String |
IsKPI
Gets or sets a value indicating whether the specified element is KPI or not.
Declaration
public bool IsKPI { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowKPIGoal
Gets or sets a value indicating whether to show the goal of KPI.
Declaration
public bool ShowKPIGoal { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowKPIStatus
Gets or sets a value indicating whether to show the status of KPI.
Declaration
public bool ShowKPIStatus { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowKPITrend
Gets or sets a value indicating whether to show the trend of KPI.
Declaration
public bool ShowKPITrend { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowKPIValue
Gets or sets a value indicating whether to show the value of KPI.
Declaration
public bool ShowKPIValue { get; set; }
Property Value
Type |
---|
System.Boolean |
UniqueName
Gets or sets the unique name of the value.
Declaration
public string UniqueName { get; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the value. |
Methods
Clone()
Clones this instance.
Declaration
public ValueElement Clone()
Returns
Type | Description |
---|---|
ValueElement | A copy of this instance. |