TcxSummaryEventOutArguments Fields
Stores output arguments of summary calculation events.| Name | Description |
|---|---|
| CountValue | Stores the number of processed record values. |
| Done | Specifies if the active summary calculation algorithm ignores the currently processed record value. |
| SummaryValue | Returns the intermediate summary value calculated during all previous iterations. |
| Value | Stores the value of the currently processed record. |
See Also