RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.ActiveSummaryCount Property

Indicates the number of dimension items that represent active summaries in the crosstabulated data store.

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

Read ActiveSummaryCount to determine the number of summaries in the cells of the multidimensional data array cached by the data store. The memory requirements of the cached array go up linearly with each active summary. ActiveSummaryCount is the number of different summaries that can be made available to decision controls. 

ActiveSummaryCount is the number of dimension items in the Items array that don't have their DimensionType property set to dimDimension and do have their Active property set to true. Change ActiveSummaryCount indirectly by changing the Active property on dimension items with DimensionType values other than dimDimension. 

The SummaryCount property indicates the total number of dimension items that do not have DimensionType set to dimDimension. It provides an upper limit to the ActiveSummaryCount property. 

 

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