Table of Contents

Class CubeIndexField

Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll

Cube index field.

public class CubeIndexField

Inheritance

objectCubeIndexField

Constructors

CubeIndexField(CubeField, SortDirection)

Creates a new instance.

public CubeIndexField(CubeField field, SortDirection sortDirection)

Parameters

field CubeField

sortDirection SortDirection

Properties

Field

Gets a cube field.

public CubeField Field { get; }

Property Value

CubeField

SortDirection

Gets a sort direction.

public SortDirection SortDirection { get; }

Property Value

SortDirection