Express > Express Assembly Interfaces > IEaxDataArea
Assembly: Express;
The IEaxDataArea interface is used to work with analytical data area.
IEaxDataArea
An analytical data area can be obtained using the following properties:
Property name | Brief description | |
![]() |
CalcOnChangedData | The CalcOnChangedData property determines whether formula calculation is used on changed data without saving it in analytical area. |
![]() |
ControlInfo | The ControlInfo property returns an object used to control parameters of analytical data area slice. |
![]() |
DataSources | The DataSources property returns the collection of data sources, on which analytical data area slices are based. |
![]() |
DelayedLoad | The DelayedLoad property determines whether delayed loading is available for analytical area sheets. |
![]() |
GenerateDimensionParams | The GenerateDimensionParams property determines automatic generation of dimension parameters will be used for analytical data area. |
![]() |
Hierarchies | The Hierarchies property returns collection of alternative hierarchies of analytical data area. |
![]() |
IsInUpdate | The IsInUpdate property returns whether update lock mode is enabled for analytical data area views. |
![]() |
Slices | The Slices property returns collection of slices of analytical data area. |
![]() |
UseCombinedExecutor | The UseCombinedExecutor property determines whether queries are combined on calculation of analytical data area sources. |
![]() |
Views | The Views property returns collection of views of analytical data area. |
Method name | Brief description | |
![]() |
BeginUpdate | The BeginUpdate method locks update if changes are made in analytical data area settings. |
![]() |
Clear | The Clear method clears analytical data area. |
![]() |
EndUpdate | The EndUpdate method resumes applying of changes made in analytical data area settings. |
![]() |
Execute | The Execute method builds all analytical data area slices. |
![]() |
InitMetabase | The InitMetabase initializes work with repository objects. |
![]() |
ResetStyles | The ResetStyles method clears analytical data area views styles. |
See also: