menu

UWP

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

    Show / Hide Table of Contents

    Class CalculatedMemberCollection

    Represents a collection of calculated member elements.

    Inheritance
    System.Object
    CalculatedMemberCollection
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class CalculatedMemberCollection : Collection<CalculatedMember>

    Constructors

    CalculatedMemberCollection()

    Declaration
    public CalculatedMemberCollection()

    Properties

    Item[String]

    Gets the CalculatedMember with the specified name.

    Declaration
    public CalculatedMember this[string name] { get; }
    Parameters
    Type Name Description
    System.String name

    The calucalted member name

    Property Value
    Type Description
    CalculatedMember

    The CalculatedMember object.

    Methods

    FindCalculatedMemberByName(String)

    Finds the calculated member element by its name.

    Declaration
    public CalculatedMember FindCalculatedMemberByName(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the calculated member element.

    Returns
    Type Description
    CalculatedMember

    The calcualted member element.

    Extension Methods

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