Class DataTreeView
This is an internal control that represents the data tree.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TreeView
DataTreeView
Assembly: FastReport.dll
Syntax
public class DataTreeView : TreeView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
DataTreeView()
Creates a new instance of the DataTreeView control.
Declaration
Properties
DataSource
Declaration
[Browsable(false)]
public DataSourceBase DataSource { get; set; }
Property Value
ExpandedNodes
Declaration
[Browsable(false)]
public List<string> ExpandedNodes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SelectedItem
Declaration
[Browsable(false)]
public string SelectedItem { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedItemType
SelectedItemType property
Declaration
public DataTreeSelectedItemType SelectedItemType { get; }
Property Value
ShowColumns
Declaration
public bool ShowColumns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowCubeSources
Declaration
public bool ShowCubeSources { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowCustomItems
Declaration
public bool ShowCustomItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowDataSources
Declaration
public bool ShowDataSources { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowEnabledOnly
Declaration
public bool ShowEnabledOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowFunctions
Declaration
public bool ShowFunctions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowNone
Declaration
public bool ShowNone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowParameters
Declaration
public bool ShowParameters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowRelations
Declaration
public bool ShowRelations { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTotals
Declaration
public bool ShowTotals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowVariables
Declaration
public bool ShowVariables { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CreateNodes(Dictionary)
Declaration
public void CreateNodes(Dictionary dictionary)
Parameters
Extension Methods