menu

UWP

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

    Show / Hide Table of Contents

    Class CalculatedMembers

    Represents the Calculated members.

    Inheritance
    System.Object
    Element
    CalculatedMembers
    Inherited Members
    Element.Clone()
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class CalculatedMembers : Element

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved