Table of Contents

Class Dimension

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

Represents single Dimension.

public class Dimension : ContainerFieldItem

Inheritance

objectScriptItemContainerFieldItemDimension

Inherited Members

ContainerFieldItem.field, ContainerFieldItem.Caption, ContainerFieldItem.CurrentCaption, ContainerFieldItem.CurrentValue, ContainerFieldItem.IndexInRegion, ContainerFieldItem.Name, ContainerFieldItem.Region, ScriptItem.owner, ScriptItem.Name

Constructors

Dimension(ScriptItems, AxisLevelInfo)

Creates a new instance of object with owner.

public Dimension(ScriptItems owner, AxisLevelInfo info)

Parameters

owner ScriptItems

info AxisLevelInfo

Properties

CurrentCaption

String representation of the field value at current position

public override string CurrentCaption { get; }

Property Value

string

CurrentValue

Field value at current position.

public override object CurrentValue { get; }

Property Value

object

Field

Gets field.

public AxisField Field { get; }

Property Value

AxisField

SubGroup

Child dimension (group).

public Dimension SubGroup { get; }

Property Value

Dimension