Search Results for

    Show / Hide Table of Contents

    Class CubeIndexFields

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

    Properties

    Count

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

    Methods

    Clear()

    Declaration
    public void Clear()

    CopyFrom(CubeIndexFields)

    Declaration
    public void CopyFrom(CubeIndexFields Source)
    Parameters
    Type Name Description
    CubeIndexFields Source

    GetCubeIndexField(CubeField)

    Declaration
    public CubeIndexField GetCubeIndexField(CubeField Field)
    Parameters
    Type Name Description
    CubeField Field
    Returns
    Type Description
    CubeIndexField

    GetCubeIndexField(Int32)

    Declaration
    public CubeIndexField GetCubeIndexField(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    CubeIndexField
    Back to top © 1998-2024 Copyright Fast Reports Inc.