Method | Description | |
---|---|---|
AggregateProvider ( AggregateFunction aggregateFunction ) : System |
Predefined aggregate functions provider
|
|
CellAdded ( object cellDataValue, bool isNewGroupStarted ) : void |
Fires after adding a cell to the main table.
|
|
ProcessingBoundary ( IList |
A general method which takes a list of data and calculates its corresponding aggregate value. It will be used to calculate the aggregate values of each pages individually, without considering the previous pages data.
|
Method | Description | |
---|---|---|
initializeFunction ( AggregateFunction aggregateFunction ) : void |
public AggregateProvider ( AggregateFunction aggregateFunction ) : System | ||
aggregateFunction | AggregateFunction | A set of a predefined aggregate functions. |
return | System |
public CellAdded ( object cellDataValue, bool isNewGroupStarted ) : void | ||
cellDataValue | object | Current cell's data |
isNewGroupStarted | bool | Indicated starting a new group |
return | void |
public ProcessingBoundary ( IList |
||
columnCellsSummaryData | IList |
List of data |
return | object |