PivotGridField Constructors
Represents a Pivot Grid field.| Name | Parameters | Description |
|---|---|---|
| PivotGridField() | none | Initializes a new instance of the PivotGridField class with the default settings. |
| PivotGridField(String, FieldArea) | fieldName, area | Initializes a new instance of the PivotGridField class with the specified field name and location. |
See Also