IMsDeterministicExpression.AsString

Syntax

AsString(InnerText: Boolean): String;

Parameters

InnerText. Indicates whether formula internal view should be obtained.

Description

The AsString property returns formula text.

Comments

If the InnerText parameter is set to True, the property returns the formula text presented via internal views used in formula calculation. If the parameter is set to False, the property returns the formula text, in which term names are created with the use of dimension element names.

See also:

IMsDeterministicExpression