Search Results for

    Show / Hide Table of Contents

    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
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class DataTreeView : TreeView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
    Remarks

    This control is for internal use only.

    Constructors

    DataTreeView()

    Creates a new instance of the DataTreeView control.

    Declaration
    public DataTreeView()

    Properties

    ExpandedNodes

    Declaration
    public List<string> ExpandedNodes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    SelectedItem

    SelectedItem property

    Declaration
    [Browsable(false)]
    public string SelectedItem { get; set; }
    Property Value
    Type Description
    System.String

    SelectedItemType

    SelectedItemType property

    Declaration
    public DataTreeSelectedItemType SelectedItemType { get; }
    Property Value
    Type Description
    DataTreeSelectedItemType

    ShowDimensions

    Declaration
    public bool ShowDimensions { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowEnabledOnly

    Declaration
    public bool ShowEnabledOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowFields

    Declaration
    public bool ShowFields { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowFunctions

    Declaration
    public bool ShowFunctions { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowMeasures

    Declaration
    public bool ShowMeasures { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowNone

    Declaration
    public bool ShowNone { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateNodes(Slice)

    Declaration
    public void CreateNodes(Slice slice)
    Parameters
    Type Name Description
    Slice slice
    Back to top © 1998-2024 Copyright Fast Reports Inc.