Table of Contents

Class VirtualField

Namespace: FastReport.Olap.Slice
Assembly: FastCube.Core.dll

Virtual field.

public class VirtualField

Inheritance

objectVirtualField

Constructors

VirtualField(string, AggregateFunction, int)

Creates a new instance.

public VirtualField(string caption, AggregateFunction aggregateFunction, int tag)

Parameters

caption string

aggregateFunction AggregateFunction

tag int

Properties

AggregateFunction

Gets aggregate function.

public AggregateFunction AggregateFunction { get; }

Property Value

AggregateFunction

Caption

Gets caption.

public string Caption { get; }

Property Value

string

Tag

Gets tag.

public int Tag { get; }

Property Value

int