Class FieldsContainer
Namespace: FastReport.Olap.Slice
Assembly: FastCube.Core.dll
Base container class for fields (Dimensions and Measures)
public abstract class FieldsContainer : SliceContainer
Inheritance
object ← SliceContainer ← FieldsContainer
Derived
ItemsContainer, MeasuresContainer
Inherited Members
SliceContainer.alignment, SliceContainer.Alignment, SliceContainer.Slice, SliceContainer.SliceContainerType, SliceContainer.Load(XmlItem, int), SliceContainer.Save(XmlItem)
Fields
fields
Reference ot conainer fields.
protected ContainerFields fields
Field Value
Properties
BindCaptionWidth
Whether to bind caption width and width of all fields Each field can be set independently
public bool BindCaptionWidth { get; set; }
Property Value
Fields
Reference to field list
public ContainerFields Fields { get; }
Property Value
HasMeasuresField
Flag which indicates that vritual dimension "Measures" is placed in this container
public bool HasMeasuresField { get; }