Class MeasureElementCollection
Represents the collection of measure elements.
Inheritance
System.Object
MeasureElementCollection
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class MeasureElementCollection : Collection<MeasureElement>
Constructors
MeasureElementCollection()
Declaration
public MeasureElementCollection()
Methods
Clone()
Clones this instance.
Declaration
public MeasureElementCollection Clone()
Returns
Type | Description |
---|---|
MeasureElementCollection | A copy of this instance. |
FindMeasureByName(String)
Finds the measure element by its name.
Declaration
public MeasureElement FindMeasureByName(string measureName)
Parameters
Type | Name | Description |
---|---|---|
System.String | measureName | The name of the measure. |
Returns
Type | Description |
---|---|
MeasureElement | true if the measure element is found; otherwise, false |