Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxDataAreaPivotSlice

IEaxDataAreaPivotSlice

Assembly: Express;

Description

The IEaxDataAreaPivotSlice interface is used to work with the analytical data area slice built on a multidimensional data source.

Inheritance Hierarchy

          IEaxDataAreaPivotSlice

Comments

To get an object of this type, cast the slice described by the IEaxDataAreaSlice interface to IEaxDataAreaPivotSlice.

Properties

  Property name Brief description
CalcOnChangedData The CalcOnChangedData property determines whether formula calculation is applied to changed data without saving it for analytical area slice.
CombinedIndicatorSelection The CombinedIndicatorSelection property returns selection of all dimension metrics.
ExternalTransformations The ExternalTransformations property returns the collection of modeling problems that are used to transform data in a data slice.
InvisibleDimensions The InvisibleDimensions property returns the collection of invisible dimensions of analytical data area slice.
InvisibleParam The InvisibleParam property determines whether the parameter with the specified identifier is hidden.
IsParameterized The IsParameterized property determines whether a data source for a slice has parameters.
ParamValues The ParamValues property determines a collection of values of slice data source parameters.
Pivot The Pivot property returns the object to work with base to build data table.

Methods

  Method name Brief description
Apply The Apply method applies imported parameters to analytical data area slice.

See also:

Express Assembly Interfaces