Enum MemberTypeEnum
Represents constants that specify the type of member.
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum MemberTypeEnum
Fields
Name | Description |
---|---|
All | The type of member is an All member. |
Formula | The type of member is a calculated member or calculated measure. |
Measure | The type of member is a measure. |
Regular | The type of member is a regular member. |
Unknown | The type of member is unknown. |