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) | pivotGridField | Initializes a new instance of the PivotGridCustomTotalCollectionBase class. |
See Also