RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionGraph.DecisionSource Property

Specifies the decision source object that supplies data values for the decision graph.

Pascal
property DecisionSource: TDecisionSource;
C++
__property TDecisionSource DecisionSource;

Set DecisionSource to link the decision graph to the crosstabulated data from a decision cube. The DecisionSource object maintains information about the current pivot state of the data. Thus, any two decision controls that share the same decision source will display the data from the decision cube using the same configuration of dimensions, including any closed dimensions or drilled down values. 

 

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