IPivotEvaluatorDimCalculatesItem.Expression

Syntax

Expression(Index: Integer): IExpression;

Options

Index is an index of the calculated element by the dimension.

Description

The Expression property returns the expression, according to which the calculated element, index of which is passed by the Index parameter, is calculated.

Example

The example of use is given in description of the IPivotEvaluatorDimCalculatesItem.AddCalculatedElement method.

See also:

IPivotEvaluatorDimCalculatesItem