Class TypeOfMember
Represents values that specify the type of the calculated member.
Inheritance
System.Object
TypeOfMember
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class TypeOfMember : Enum
Fields
Dimension
The type of the calculated member is calculated dimension.
Declaration
public const TypeOfMember Dimension
Field Value
Type |
---|
TypeOfMember |
Measure
The type of the calculated member is calculated measure.
Declaration
public const TypeOfMember Measure
Field Value
Type |
---|
TypeOfMember |