Class ContainerFieldItem
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Base class for Dimensions and Measures.
public class ContainerFieldItem : ScriptItem
Inheritance
object ← ScriptItem ← ContainerFieldItem
Derived
Inherited Members
ScriptItem.owner, ScriptItem.Name
Constructors
ContainerFieldItem(ScriptItems, ContainerField)
Creates a new instnace of object with owner and child field.
public ContainerFieldItem(ScriptItems owner, ContainerField field)
Parameters
owner
ScriptItems
field
ContainerField
Fields
field
Content of container.
protected readonly ContainerField field
Field Value
Properties
Caption
Field caption.
public virtual string Caption { get; }
Property Value
CurrentCaption
String representation of the field value at current position
public virtual string CurrentCaption { get; }
Property Value
CurrentValue
Field value at current position.
public virtual object CurrentValue { get; }
Property Value
IndexInRegion
Field index in region.
public int IndexInRegion { get; }
Property Value
Name
Field name.
public override string Name { get; }
Property Value
Region
Field region in Slice.
public SliceContainerType Region { get; }