The HsvPOVSelection methods enable you to define the appearance of a HsvPOVSelection control’s instance, to select members, and to get the selected members. You can define the control’s appearance in the following ways:
Toggle between multi-select and single-select modes for a given dimension’s tab. For more information on these selection modes, see ShowCheckBoxes.
The selection mode determines how you identify the members selected by users. In multi-select mode, use GetCheckedItems; in single-select mode, use GetMember. |
Specify the member list that defines the members displayed for a dimension. You can also specify the list’s top member.
Specify that only active Entity members are displayed for Organization by Period applications. You also can specify the Scenario, Year, and Period dimension members that define which entities are considered active for display.
To display a control, you specify the dimension tabs to be displayed with EnableDimension, then show the control with Initialize. You must call EnableDimension before calling Initialize. You can call the HsvPOVSelection methods for configuring the control either before or after calling Initialize.
The HsvPOVSelection object’s methods are summarized in Table 54, HsvPOVSelection Object Methods, and are described in detail in the following topics.