The PivotEvaluatorDimCalcType enumeration contains types of the calculated factor that is calculated for express report.
It is used by the following property:
| Value | Brief description |
| 0 | Custom. The user calculated index. The calculated factor is calculated according to the formula, specified in the Expression expression. |
| 1 | PercentToTotal. Percent to a total. Calculated factor values are calculated in percentage to a total. |
| 2 | PercentToSubTotal. Percent to an intermediate total. Calculated factors values are calculated in percentage to intermediate totals. Intermediate totals values are calculated in percentage to a total by the factor. |
See also: