RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.nRowDims Property

Indicates the number of row dimensions in the current pivot state of the decision source.

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

Read nRowDims to determine the number of row dimensions the decision source can provide to a decision control. Row dimensions appear on the x axis of a decision graph or listed along the left side of a decision grid. nRowDims counts both the open and closed row dimensions. To determine the number of row dimensions actually provided to decision controls, use the nOpenRowDims property. 

 

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