RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.SparseCols Property

Indicates whether empty columns are removed from the current projection.

Pascal
property SparseCols: Boolean;
C++
__property Boolean SparseCols;

Set SparseCols to true to display columns that are empty in the current pivot state. Set SparseCols to false to show only those dimension values that have summarized data over one or more of the row dimensions.

Note: SparseCols does not change the value returned by GetDimensionMemberCount.
 

GetDimensionMemberCount 

SparseRows 

Using Decision Sources

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