Search Results for

    Show / Hide Table of Contents

    Class CubeFields

    Inheritance
    System.Object
    CubeFields
    Namespace: FastReport.Olap.Cube
    Assembly: FastReport.Olap.dll
    Syntax
    public class CubeFields

    Constructors

    CubeFields(Cube)

    Declaration
    public CubeFields(Cube cube)
    Parameters
    Type Name Description
    Cube cube

    Properties

    ComparerType

    Declaration
    public FieldComparerType ComparerType { get; set; }
    Property Value
    Type Description
    FieldComparerType

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Add(CubeField)

    Declaration
    public int Add(CubeField cubeField)
    Parameters
    Type Name Description
    CubeField cubeField
    Returns
    Type Description
    System.Int32

    Add(DataType, String)

    Declaration
    public int Add(DataType dataType, string name)
    Parameters
    Type Name Description
    DataType dataType
    System.String name
    Returns
    Type Description
    System.Int32

    Add(DataType, String, String)

    Declaration
    public int Add(DataType dataType, string name, string caption)
    Parameters
    Type Name Description
    DataType dataType
    System.String name
    System.String caption
    Returns
    Type Description
    System.Int32

    Add(Type, String, String)

    Declaration
    public int Add(Type dataType, string name, string caption = null)
    Parameters
    Type Name Description
    System.Type dataType
    System.String name
    System.String caption
    Returns
    Type Description
    System.Int32

    AddDataSetField(BaseField, CubeField)

    Declaration
    public int AddDataSetField(BaseField dsField, CubeField parent)
    Parameters
    Type Name Description
    BaseField dsField
    CubeField parent
    Returns
    Type Description
    System.Int32

    BuildTree()

    Declaration
    public Tree BuildTree()
    Returns
    Type Description
    Tree

    GetFieldByIndex(Int32)

    Declaration
    public CubeField GetFieldByIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    CubeField

    GetFieldByName(String)

    Declaration
    public CubeField GetFieldByName(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    CubeField

    GetFieldByOrder(Int32)

    Declaration
    public CubeField GetFieldByOrder(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    CubeField

    GetFieldIndex(String)

    Declaration
    public int GetFieldIndex(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Int32

    Reindex()

    Declaration
    public void Reindex()
    Back to top © 1998-2024 Copyright Fast Reports Inc.