Table of Contents

Class FieldsContainer

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

Base container class for fields (Dimensions and Measures)

public abstract class FieldsContainer : SliceContainer

Inheritance

objectSliceContainerFieldsContainer

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

ContainerFields

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

bool

Fields

Reference to field list

public ContainerFields Fields { get; }

Property Value

ContainerFields

HasMeasuresField

Flag which indicates that vritual dimension "Measures" is placed in this container

public bool HasMeasuresField { get; }

Property Value

bool