RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.DimensionCount Property

Specifies the number of dimensions cached by the crosstabulated data store.

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

Read DimensionCount to determine the number of active dimensions. The dataset specified by the DataSet property provides all the fields that make up the dimensions and summaries of the dimension map. At any time, a subset of all the dimensions and summaries provided by the dataset is cached by the crosstabulated data store and available to decision source objects. DimensionCount is the number of active (cached) dimensions that can be provided to decision source objects. 

 

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