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. |
PivotGridCustomTotalCollection(PivotGridFieldBase) | field | Initializes a new instance of the PivotGridCustomTotalCollection class. |
See Also