menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalculatedMembers - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalculatedMembers

    Represents the calculated members element.

    Inheritance
    System.Object
    Element
    CalculatedMembers
    Implements
    ICloneable<Element>
    ICloneable<CalculatedMembers>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    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.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved