RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.DimensionCount Property

Indicates the number of dimension items in the Items array with DimensionType set to dimDimension.

Pascal
property DimensionCount: Integer;
C++
__property int DimensionCount;

Read DimensionCount to determine the number of potential dimensions for the multidimensional data array cached by the data store. DimensionCount reflects the number of unsummarized fields in the data set of the crosstabulated data store. While the data store can make any of these dimensions available, usually only a subset are active at any time, in order to limit memory consumption. The ActiveDimensionCount property gives the number of dimensions that are currently active. 

 

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