Table of Contents

Struct MeasureCellBSPosition

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

Struct for measure cell position.

public struct MeasureCellBSPosition

Fields

BaseAdditionalTotalIndex

Base additional total index.

public int BaseAdditionalTotalIndex

Field Value

int

BaseLevelIndex

Base level index.

public int BaseLevelIndex

Field Value

int

FullBaseIndex

Full base index.

public int FullBaseIndex

Field Value

int

FullSecondIndex

Full second index.

public int FullSecondIndex

Field Value

int

IndexInBaseLevel

Index in base level.

public int IndexInBaseLevel

Field Value

int

IndexInSecondLevel

Index in second level.

public int IndexInSecondLevel

Field Value

int

MeasureIndex

Measure index.

public int MeasureIndex

Field Value

int

SecondAdditionalTotalIndex

Second additional total index.

public int SecondAdditionalTotalIndex

Field Value

int

SecondLevelIndex

Second level index.

public int SecondLevelIndex

Field Value

int