Enum DrillType
Represents constants that define the drill types.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum DrillType
Fields
Name | Description |
---|---|
DrillMember | Enables drilling by members and it is the default drill type. |
DrillPosition | Enables drilling by member positions. |
DrillReplace | Enables drilling by replacing the members. |