Search Results for

    Show / Hide Table of Contents

    Class VirtualField

    Inheritance
    System.Object
    VirtualField
    Namespace: FastReport.Olap.Slice
    Assembly: FastReport.Olap.dll
    Syntax
    public class VirtualField

    Constructors

    VirtualField(String, AggregateFunction, Int32)

    Declaration
    public VirtualField(string caption, AggregateFunction aggregateFunction, int tag)
    Parameters
    Type Name Description
    System.String caption
    AggregateFunction aggregateFunction
    System.Int32 tag

    Properties

    AggregateFunction

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

    Caption

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

    Tag

    Declaration
    public int Tag { get; }
    Property Value
    Type Description
    System.Int32
    Back to top © 1998-2024 Copyright Fast Reports Inc.