Search Results for

    Show / Hide Table of Contents

    Class FieldsContainer

    Base container class for fields (Dimensions and Measures)

    Inheritance
    System.Object
    SliceContainer
    FieldsContainer
    ItemsContainer
    MeasuresContainer
    Inherited Members
    SliceContainer.alignment
    SliceContainer.SliceContainerType
    SliceContainer.Load(XmlItem, Int32)
    SliceContainer.Save(XmlItem)
    SliceContainer.Slice
    SliceContainer.Alignment
    Namespace: FastReport.Olap.Slice
    Assembly: FastReport.Olap.dll
    Syntax
    public abstract class FieldsContainer : SliceContainer

    Fields

    fields

    Declaration
    protected ContainerFields fields
    Field 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
    Back to top © 1998-2024 Copyright Fast Reports Inc.