Table of Contents

Struct AxisLevelInfo

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

Struct for axis level info

public struct AxisLevelInfo

Fields

IsMeasure

Is measure.

public bool IsMeasure

Field Value

bool

IsVisible

Is visible.

public bool IsVisible

Field Value

bool

Level

Current level.

public int Level

Field Value

int

LevelType

Type of axis level.

public AxisLevelType LevelType

Field Value

AxisLevelType

RegionField

Is Region field.

public AxisField RegionField

Field Value

AxisField

SubLevel

Sub level.

public int SubLevel

Field Value

int