Search Results for

    Show / Hide Table of Contents

    Class SliceContainer

    Base container class for Axis, Filters and Measures

    Inheritance
    System.Object
    SliceContainer
    FieldsContainer
    Namespace: FastReport.Olap.Slice
    Assembly: FastReport.Olap.dll
    Syntax
    public abstract class SliceContainer

    Fields

    alignment

    Declaration
    protected Alignment alignment
    Field Value
    Type Description
    Alignment

    Properties

    Alignment

    Horizontal alignment

    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    Slice

    Reference to Slice

    Declaration
    public Slice Slice { get; }
    Property Value
    Type Description
    Slice

    SliceContainerType

    Declaration
    public SliceContainerType SliceContainerType { get; }
    Property Value
    Type Description
    SliceContainerType

    Methods

    Load(XmlItem, Int32)

    Load from XML

    Declaration
    public virtual void Load(XmlItem item, int version)
    Parameters
    Type Name Description
    XmlItem item

    Item to load from

    System.Int32 version

    Format version

    Save(XmlItem)

    Save to XML

    Declaration
    public virtual void Save(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item

    XML item

    Back to top © 1998-2024 Copyright Fast Reports Inc.