StiAggregateFunctionService Class
Namespace: Stimulsoft.Report.Dictionary
Constructors
| Constructor | Description |
|---|---|
| constructor(any runningTotal) |
constructor(runningTotal: any)
Parameters
- runningTotal (any)
Properties
| Property | Type | Description |
|---|---|---|
| recureParam | boolean | |
| serviceName | string |
Methods
| Method | Returns | Description |
|---|---|---|
| calcItem | void | |
| getValue | any | |
| init | void | |
| reset | void | |
| setValue | void |
Method Details
calcItem
calcItem(value: any): void
Parameters
- value (any)
getValue
getValue(): any
Returns any
init
init(): void
reset
reset(): void
setValue
setValue(value: any): void
Parameters
- value (any)
Fields
| Field | Type | Description |
|---|---|---|
| isFirstInit | any | |
| runningTotal | any |