RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.SummaryCount Property

Indicates the number of dimension items in the Items array with DimensionType set to a value other than dimDimension.

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

Read SummaryCount to determine the number of potential summaries that could be stored in the cells of the multidimensional data array cached by the data store. SummaryCount reflects the number of summarized fields in the data set of the crosstabulated data store. If memory is a serious concern, the data store can make any of these summaries inactive. The ActiveSummaryCount property gives the number of summaries that are currently active. 

 

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