Search Results for

    Show / Hide Table of Contents

    Class Dimension

    Represents single Dimension

    Inheritance
    System.Object
    ScriptItem
    ContainerFieldItem
    Dimension
    Inherited Members
    ContainerFieldItem.field
    ContainerFieldItem.Region
    ContainerFieldItem.IndexInRegion
    ContainerFieldItem.Name
    ContainerFieldItem.Caption
    ScriptItem.owner
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public class Dimension : ContainerFieldItem

    Constructors

    Dimension(ScriptItems, AxisLevelInfo)

    Declaration
    public Dimension(ScriptItems owner, AxisLevelInfo info)
    Parameters
    Type Name Description
    ScriptItems owner
    AxisLevelInfo info

    Properties

    CurrentCaption

    Declaration
    public override string CurrentCaption { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ContainerFieldItem.CurrentCaption

    CurrentValue

    Declaration
    public override Variant CurrentValue { get; }
    Property Value
    Type Description
    Variant
    Overrides
    ContainerFieldItem.CurrentValue

    Field

    Declaration
    public AxisField Field { get; }
    Property Value
    Type Description
    AxisField

    SubGroup

    Child dimension (group)

    Declaration
    public Dimension SubGroup { get; }
    Property Value
    Type Description
    Dimension
    Back to top © 1998-2024 Copyright Fast Reports Inc.