Table of Contents

Struct SliceDrawHeader

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

Axis cell properties for drawing and other processing in the traverse routine

public struct SliceDrawHeader

Fields

Alignment

Horizontal Alignment

public Alignment Alignment

Field Value

Alignment

Cell

Cell coordinate

public int Cell

Field Value

int

CellProperties

Type

public PropertyOfCellAxis CellProperties

Field Value

PropertyOfCellAxis

Level

Level coordinate

public int Level

Field Value

int

MeasureIndex

Measure index

public int MeasureIndex

Field Value

int

NodeIndex

Index of cell in NodeLevel

public int NodeIndex

Field Value

int

NodeLevel

Level of cell

public int NodeLevel

Field Value

int

Text

Text in cell

public string Text

Field Value

string

TotalIndex

Index of additional total

public int TotalIndex

Field Value

int

TreeRect

Coordinates and sizes of cell

public CellRect TreeRect

Field Value

CellRect

ValueIndex

Id of cell value

public int ValueIndex

Field Value

int