StiTwoArgumentAggregateFunctionService Class
Namespace: Stimulsoft.Report.Dictionary
Inheritance
Inherits from: StiAggregateFunctionService
Constructors
| Constructor | Description |
|---|---|
| StiTwoArgumentAggregateFunctionService() | |
| StiTwoArgumentAggregateFunctionService(bool runningTotal) |
StiTwoArgumentAggregateFunctionService()
StiTwoArgumentAggregateFunctionService(runningTotal: bool)
Parameters
- runningTotal (bool)
Methods
| Method | Returns | Description |
|---|---|---|
| CalcItem | void | A value calculation. |
Method Details
CalcItem
CalcItem(value: object, value2: object): void
A value calculation.
Parameters
- value (object) — First value.
- value2 (object) — Second value.