Calc |
public class CalcElementOperand : CalcComponent
The CalcElementOperand type exposes the following members.
| Name | Description | |
|---|---|---|
| CalcElementOperand | Initializes a new instance of the CalcElementOperand class |
| 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. |