menu

UWP

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

    Show / Hide Table of Contents

    Class KpiElementCollection

    Represents the collection of KpiElement.

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

    Constructors

    KpiElementCollection()

    Declaration
    public KpiElementCollection()

    Methods

    FindKpiByName(String)

    Finds the KPI by its name.

    Declaration
    public KpiElement FindKpiByName(string kpiName)
    Parameters
    Type Name Description
    System.String kpiName

    The name of the KPI.

    Returns
    Type
    KpiElement

    Extension Methods

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