The IEaxInvisibleDimensions interface contains properties and methods of express report invisible dimensions collection.
Selection in invisible dimensions is not exported or displayed in the header, headers and footers of the express report. The collection of invisible dimensions can be obtained using the IEaxDataAreaPivotSlice.InvisibleDimensions property.
Property name | Brief description | |
Count | The Count property returns number of invisible dimensions of the express report. | |
Item | The Item property returns key of a dimension contained in the list of invisible dimensions. |
Method name | Brief description | |
Add | The Add method adds a dimension to the list of invisible dimensions. | |
Clear | The Clear method clears the list of invisible dimensions. After clearing all the dimensions become visible. | |
FindByKey | The FindByKey method finds a dimension by its key. | |
Remove | The Remove method removes a dimension from the invisible dimensions list by its index. | |
RemoveByKey | The RemoveByKey method removes a dimension from the invisible dimensions list by its key. |
See also: