RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.SummaryCount Property

Specifies the number of summary fields cached by the crosstabulated data store.

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

Read SummaryCount to determine the number of active summaries in the dimension map. 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. SummaryCount is the number of active (cached) summaries that can provide data to decision source objects. 

 

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