Enum CubeBrowserDisplayMode
Specifies the display mode of CubeDimensionBrowser.
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public enum CubeBrowserDisplayMode
Fields
Name | Description |
---|---|
All | Default value. Display all the nodes in the CubeDimensionBrowser. |
Dimension | Display only the dimensions in the CubeDimensionBrowser. |
Kpi | Display only the kpi's in the CubeDimensionBrowser. |
Measure | Display only the measures in the CubeDimensionBrowser. |