RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.DimensionMapCount Property

Specifies the total number of fields from the dataset that make up the dimensions and summaries of the dimension map.

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

Read DimensionMapCount to determine the number of TCubeDim objects that can be accessed through the DimensionMap property. The value of DimensionMapCount is the number of fields in the dataset specified by the DataSet property plus the number of derived fields based on those fields, such as fields for average values that are derived from count and summary fields. 

The value of DimensionMapCount is not the same as DimensionCount + SummaryCount. DimensionCount and SummaryCount count the number of dimensions and summaries that are cached by the crosstabulated data cube and available to the decision source. DimensionMapCount also counts any inactive dimensions or summaries that are not included in the cache. 

 

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