Click or drag to resize

PivotPosition Enumeration

Position of an element in the cross table (pivot table) of a model

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum PivotPosition
Members
Member nameValueDescription
Page0 Element is used to create result pages
Row1 Element is displayed in rows
Column2 Element is displayed in columns
Data3 Element is aggregated in the data cells
Hidden4 Element is part of the model but not displayed in the result
See Also