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 |