PivotPosition Enumeration |
Position of an element in the cross table (pivot table) of a model
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum PivotPosition
Members| Member name | Value | Description |
|---|
| Page | 0 |
Element is used to create result pages
|
| Row | 1 |
Element is displayed in rows
|
| Column | 2 |
Element is displayed in columns
|
| Data | 3 |
Element is aggregated in the data cells
|
| Hidden | 4 |
Element is part of the model but not displayed in the result
|
See Also