Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotEvaluatorTotals interface contains properties and methods used to work with the collection of totals that are calculated by various table elements.
IPivotEvaluatorTotals
| Property name | Brief description | |
| The ColumnTypes property determines type of the totals that are calculated by columns. | ||
| The Count property returns the elements number of the totals that are set for the table. | ||
| The DataSourceTotalsDefined property returns whether the configured aggregation for data source facts is present. | ||
| The Enabled property determines the sign of calculating totals in a table. | ||
| The HierarchyTotals property determines whether totals by hierarchy are calculated. | ||
| The IncludeOwner property determines whether top values are taken into account during totals calculation. | ||
| The Item property returns an element of the totals that are calculated for the table. | ||
| The LevelTotals property determines whether the totals by levels of dimensions are calculated. | ||
| The OverallTotal property determines whether grand total is calculated. | ||
| The PlaceBeforeData property determines whether to output totals before data. | ||
| The RowTypes property determines type of the totals that are calculated by rows. | ||
| The TreatEmptyAsZero property determines whether empty values are treated as zero values. |
| Method name | Brief description | |
| The Add property adds an element of the totals that are calculated by the assigned level of the given dimension. | ||
| The Clear property clears all the elements of the totals that are calculated for the table. | ||
| The Remove property deletes a totals element. |
See also: