| Calc | 
The CalcElementOperand type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DataIndex | This is the actual and reliable data-index that could be used for the calculation Algorithm: [FormElementIndex (only counting dataelements, no TextBlocks and Sections)] + [number of FormElementStatistic between index 0 and FormElementElementIndex] + (StatCalcIndex.HasValue ? StatCalcIndex.Value + 1 : 0) | 
|  | FormElementIndex | The index of the FormElement that is used for calculation. This should only be used by the formdesigner. | 
|  | StatCalcIndex | The statistical index hat may be used for calculation. This should only be used by the formdesigner. | 
 See Also
See Also