Class MeasureElement
Represents the wrapper class of measure that contains only the required information of measure for generating MDXQuery and mainly created for scalability.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class MeasureElement : Element
Constructors
MeasureElement()
Initializes a new instance of the MeasureElement class.
Declaration
public MeasureElement()
Properties
UniqueName
Gets or sets the unique name of the measure.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the measure. |
Methods
Clone()
Clones this instance.
Declaration
public MeasureElement Clone()
Returns
Type | Description |
---|---|
MeasureElement | A copy of this instance. |