Class CalculatedMembers
Represents the calculated members 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 CalculatedMembers : Element, ICloneable<Element>, ICloneable<CalculatedMembers>
Constructors
CalculatedMembers()
Initializes a new instance of the CalculatedMembers class.
Declaration
public CalculatedMembers()
Properties
Elements
Gets or sets the collection of calculated member elements.
Declaration
public CalculatedMemberCollection Elements { get; set; }
Property Value
Type | Description |
---|---|
CalculatedMemberCollection | The collection of calculated member elements. |
Methods
Add(CalculatedMember)
Adds the specified calculated member.
Declaration
public void Add(CalculatedMember calculatedMember)
Parameters
Type | Name | Description |
---|---|---|
CalculatedMember | calculatedMember | The calculated member to be added. |
Clone()
Clones this instance.
Declaration
public CalculatedMembers Clone()
Returns
Type | Description |
---|---|
CalculatedMembers | A copy of this instance. |