Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalCollectionBase Constructors

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