Express > Express Assembly Interfaces > IEaxPivotDimensionInstance
Assembly: Express;
The IEaxPivotDimensionInstance interface is used to work with table dimension data.
IEaxPivotDimensionInstance
To get an object of this type, cast the object of the IEaxDimensionInstance type to IEaxPivotDimensionInstance.
Property name | Brief description | |
![]() |
PivotDimension | The PivotDimension property returns dimension of the table built on multidimensional data source. |
![]() |
PivotSlice | The PivotSlice property returns slice of the table built on multydimensional source. |
Property name | Brief description | |
![]() |
Dimension | The Dimension property returns dimension data. |
![]() |
Selection | The Selection property returns dimension selection. |
Property name | Brief description | |
![]() |
DimKey | The DimKey property returns dimension key. |
![]() |
Slice | The Slice property returns object to work with data slice to which dimension belongs. |
![]() |
SliceType | The SliceType property returns type of dimension data source. |
Method name | Brief description | |
![]() |
Equal | The Equal method compare dimension description with another description. |
See also: