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 Detail

      • getUnits

        SimpleList getUnits()
        Returns a SimpleList 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 type WebObjectInfo
        Returns:
        A SimpleList which can be used to add/remove this subtotal from units on the report.