Search Results for

    Show / Hide Table of Contents

    Class ContainerFieldItem

    Base class for Dimensions and Measures

    Inheritance
    System.Object
    ScriptItem
    ContainerFieldItem
    Dimension
    Measure
    Inherited Members
    ScriptItem.owner
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public class ContainerFieldItem : ScriptItem

    Constructors

    ContainerFieldItem(ScriptItems, ContainerField)

    Declaration
    public ContainerFieldItem(ScriptItems owner, ContainerField field)
    Parameters
    Type Name Description
    ScriptItems owner
    ContainerField field

    Fields

    field

    Declaration
    protected ContainerField field
    Field Value
    Type Description
    ContainerField

    Properties

    Caption

    Field caption

    Declaration
    public virtual string Caption { get; }
    Property Value
    Type Description
    System.String

    CurrentCaption

    String representation of the field value at current position

    Declaration
    public virtual string CurrentCaption { get; }
    Property Value
    Type Description
    System.String

    CurrentValue

    Field value at current position

    Declaration
    public virtual Variant CurrentValue { get; }
    Property Value
    Type Description
    Variant

    IndexInRegion

    Field index in region

    Declaration
    public int IndexInRegion { get; }
    Property Value
    Type Description
    System.Int32

    Name

    Field name

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

    Region

    Field region in Slice

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