Package com.microstrategy.web.objects
Interface WebUnitSubtotalInstance
-
- All Superinterfaces:
WebSubtotalInstance
public interface WebUnitSubtotalInstance extends WebSubtotalInstance
Subtotal instance that defines a unit subtotal. The subtotal is defined across one or more template units.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleList
getUnits()
Returns aSimpleList
which contains the single units on the report which this subtotal is set on.-
Methods inherited from interface com.microstrategy.web.objects.WebSubtotalInstance
getType
-
-
-
-
Method Detail
-
getUnits
SimpleList getUnits()
Returns aSimpleList
which contains the single units on the report which this subtotal is set on. This list can be used to add/remove the subtotal from single units on the report. Each object in this list should be of typeWebObjectInfo
- Returns:
- A
SimpleList
which can be used to add/remove this subtotal from units on the report.
-
-