Assembly: Pivot;
The IPivotHeaderSettings interface is used to work with row or column header settings.
IPivotHeaderSettings
To get an object of this type, use IPivotHeader.Settings.
Property name | Brief description | |
Filter | The Filter property returns the object that is used to work with filtering settings for row or column headers. |
Property name | Brief description | |
GetKeepLeafParents | The GetKeepLeafParents property returns whether parent elements are displayed for leaf elements. | |
IsJoinAdditionalAttributes | The IsJoinAdditionalAttributes property returns whether additional dimension names are joined. | |
IsLeafElementsOnly | The IsLeafElementsOnly property returns whether only leaf elements are displayed. | |
JoinAdditionalAttributes | The JoinAdditionalAttributes property determines whether additional dimension names are joined. | |
KeepLeafParents | The KeepLeafParents property determines whether parent elements are displayed for dimension leaf elements. | |
LeafElementsOnly | The LeafElementsOnly property determines whether only dimension leaf elements are displayed. |
See also: