Class Dimension
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Represents single Dimension.
public class Dimension : ContainerFieldItem
Inheritance
object ← ScriptItem ← ContainerFieldItem ← Dimension
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
CurrentValue
Field value at current position.
public override object CurrentValue { get; }
Property Value
Field
Gets field.
public AxisField Field { get; }
Property Value
SubGroup
Child dimension (group).
public Dimension SubGroup { get; }