Class DefaultLevel
Represents constants that specify the default levels of drill states.
Inheritance
System.Object
DefaultLevel
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class DefaultLevel : Enum
Fields
None
The default level of drill state is none.
Declaration
public const DefaultLevel None
Field Value
Type |
---|
DefaultLevel |
WithAll
The default level of drill state is with all levels.
Declaration
public const DefaultLevel WithAll
Field Value
Type |
---|
DefaultLevel |
WithOutAll
The default level of drill state is without all levels.
Declaration
public const DefaultLevel WithOutAll
Field Value
Type |
---|
DefaultLevel |