Table of Contents

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

objectMarshalByRefObjectComponentControlTreeViewDataTreeView

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

List<string>

SelectedItem

SelectedItem property

[Browsable(false)]
public string SelectedItem { get; set; }

Property Value

string

SelectedItemType

SelectedItemType property

public DataTreeSelectedItemType SelectedItemType { get; }

Property Value

DataTreeSelectedItemType

ShowDimensions

Gets or sets condition for showing dimensions.

public bool ShowDimensions { get; set; }

Property Value

bool

ShowEnabledOnly

Gets or sets condition for showing only enabled.

public bool ShowEnabledOnly { get; set; }

Property Value

bool

ShowFields

Gets or sets condition for showing fields.

public bool ShowFields { get; set; }

Property Value

bool

ShowFunctions

Gets or sets condition for showing functions.

public bool ShowFunctions { get; set; }

Property Value

bool

ShowMeasures

Gets or sets condition for showing mearures.

public bool ShowMeasures { get; set; }

Property Value

bool

ShowNone

Gets or sets condition for showing none.

public bool ShowNone { get; set; }

Property Value

bool

Methods

CreateNodes(Slice)

Creates nodes for slice.

public void CreateNodes(Slice slice)

Parameters

slice Slice