Class DrillType
Represents constants that define the drill types.
Inheritance
System.Object
    DrillType
  Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class DrillType : Enum
  Fields
DrillMember
Enables drilling by members and it is the default drill type.
Declaration
public const DrillType DrillMember
  Field Value
| Type | 
|---|
| DrillType | 
DrillPosition
Enables drilling by member positions.
Declaration
public const DrillType DrillPosition
  Field Value
| Type | 
|---|
| DrillType | 
DrillReplace
Enables drilling by replacing the members.
Declaration
public const DrillType DrillReplace
  Field Value
| Type | 
|---|
| DrillType |