WPF

Upgrade Guide User Guide Demos Support Forums Download
  • 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.Visible
    Element.RootNodeCaption
    Element.Name
    Element.ElementName
    Element.Properties
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 - 2021 Syncfusion Inc. All Rights Reserved