Class ValueElements
Represents the information needed for value 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 ValueElements : Element, ICloneable<Element>, ICloneable<ValueElements>
Constructors
ValueElements()
Initializes a new instance of the ValueElements class.
Declaration
public ValueElements()
Properties
Elements
Gets or sets the collection of value elements.
Declaration
public ValueElementCollection Elements { get; set; }
Property Value
Type | Description |
---|---|
ValueElementCollection | The collection of value elements. |
VirtualKpiElements
Gets or sets the collection of virtual KPI elements.
Declaration
public ObservableCollection<VirtualKpiElement> VirtualKpiElements { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<VirtualKpiElement> |
Methods
Add(ValueElement)
Adds the specified value element.
Declaration
public void Add(ValueElement valueElement)
Parameters
Type | Name | Description |
---|---|---|
ValueElement | valueElement | The value element to be added. |
Add(String)
Adds the value element with the specified name.
Declaration
public void Add(string measureName)
Parameters
Type | Name | Description |
---|---|---|
System.String | measureName | The name of the value element to be added. |
Clone()
Clones this instance.
Declaration
public ValueElements Clone()
Returns
Type | Description |
---|---|
ValueElements | A copy of this instance. |