RecursionEnabled: TriState;
The RecursionEnabled property determines whether recursion can be used in formulas.
Recursion is available in formulas if:
Values of data source and data consumer are saved in the same table.
Data source and data consumer have the same structure.
Fixed and free dimensions are matched in the settings of multidimensional calculation for data source and data consumer.
NOTE. Recursion cannot be calculated if query serves as a data source.
The property use is given in the example for IMDCalculationCalculateArgs.Recursion.
See also: