Class DataTreeView
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
This is an internal control that represents the data tree.
public class DataTreeView : TreeView
Inheritance
object ← MarshalByRefObject ← Component ← Control ← TreeView ← DataTreeView
Remarks
This control is for internal use only.
Constructors
DataTreeView()
Creates a new instance of the DataTreeView control.
public DataTreeView()
Properties
ExpandedNodes
Gets or sets expanded nodes list.
public List<string> ExpandedNodes { get; set; }
Property Value
SelectedItem
SelectedItem property
[Browsable(false)]
public string SelectedItem { get; set; }
Property Value
SelectedItemType
SelectedItemType property
public DataTreeSelectedItemType SelectedItemType { get; }
Property Value
ShowDimensions
Gets or sets condition for showing dimensions.
public bool ShowDimensions { get; set; }
Property Value
ShowEnabledOnly
Gets or sets condition for showing only enabled.
public bool ShowEnabledOnly { get; set; }
Property Value
ShowFields
Gets or sets condition for showing fields.
public bool ShowFields { get; set; }
Property Value
ShowFunctions
Gets or sets condition for showing functions.
public bool ShowFunctions { get; set; }
Property Value
ShowMeasures
Gets or sets condition for showing mearures.
public bool ShowMeasures { get; set; }
Property Value
ShowNone
Gets or sets condition for showing none.
public bool ShowNone { get; set; }
Property Value
Methods
CreateNodes(Slice)
Creates nodes for slice.
public void CreateNodes(Slice slice)
Parameters
slice
Slice