Enum DrillState
Represents constants that define the varieties of drill states.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum DrillState
Fields
Name | Description |
---|---|
CollapseAll | The drill state is to collapse all levels. |
CollapseToLevel | The drill state is to collapse until a specific level. |
Default | The drill state is default. |
ExpandAll | The drill state is to expand all levels. |
ExpandToLevel | The drill state is to expand until a specific level. |