RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionCube.DesignState Property

Specifies how much data is displayed by the decision cube at design time.

Pascal
property DesignState: TCubeDataState;
C++
__property TCubeDataState DesignState;

Set DesignState to limit the amount of information that is provided when the decision cube is active at design time. Building the cache of the decision cube can be time and memory intensive. Limiting the information the decision cube can supply at design time can improve design time performance when the decision cube has many dimensions or when the dimensions have many values. 

DesignState has one of the following values:

Value 
Meaning 
dsNoData  
The decision cube can't be activated at design time.  
dsMetaData  
The decision cube provides the dimension captions, but no listing of values along the dimensions, and no summarized data.  
dsDimensionData  
The decision cube provides dimension captions, and the values of the dimension fields, but no summarized data.  
dsAllData  
The decision cube provides all possible data: dimension captions, the values of dimension fields, and summarized data.  

Note: The Value of DesignState can be changed at design time using the Decision Cube editor.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!