IPivotEvaluatorDimCalculatesItem.Expression

Syntax

Expression(Index: Integer): IExpression;

Parameters

Index - index of the calculated element by this dimension.

Description

The Expression property returns the expression, according to which the calculated element, which index 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