RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.SparseRows Property

Indicates whether empty rows are removed from the current projection.

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

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

Note: SparseRows doesn't change the value returned by GetDimensionMemberCount.
 

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