PivotGridCustomTotalCollection Constructors
Represents a collection of custom totals for a field.Name | Parameters | Description |
---|---|---|
PivotGridCustomTotalCollection() | none | Initializes a new instance of the PivotGridCustomTotalCollection class with default settings, |
PivotGridCustomTotalCollection(PivotGridCustomTotalBase[]) | totals | Initializes a new instance of the PivotGridCustomTotalCollection class and adds copies of the specified custom totals to the collection. |
PivotGridCustomTotalCollection(PivotGridFieldBase) | field | For internal use. |
See Also