Class FieldsContainer
Base container class for fields (Dimensions and Measures)
Inherited Members
Namespace: FastReport.Olap.Slice
Assembly: FastReport.Olap.dll
Syntax
public abstract class FieldsContainer : SliceContainerFields
fields
Declaration
protected ContainerFields fieldsField Value
| Type | Description | 
|---|---|
| ContainerFields | 
Properties
BindCaptionWidth
Whether to bind caption width and width of all fields Each field can be set independently
Declaration
public bool BindCaptionWidth { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Fields
Reference to field list
Declaration
public ContainerFields Fields { get; }Property Value
| Type | Description | 
|---|---|
| ContainerFields | 
HasMeasuresField
Flag which indicates that vritual dimension "Measures" is placed in this container
Declaration
public bool HasMeasuresField { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |