RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCubeDim.GetBinValues Method

Returns the set of values that are summarized by a single value along a dimension.

Pascal
function GetBinValues(Value: Variant): Variant;
C++
__fastcall Variant GetBinValues(Variant Value);

Call GetBinValues to determine the actual values that underlie a single dimension member when the BinType property is not binNone. The Value parameter is the single dimension member that represents a date range or the single value of a paged dimension. The value of Value can be obtained by calling the GetMemberAsVariant method of the decision cube or decision source. 

If the BinType property of the dimension is binYear, binQuarter, or binMonth, GetBinValues returns the starting and ending values of the range that includes the Value parameter. If the BinType property is binSet, GetBinValues returns the single drilled value of the dimension. 

 

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