Interface EnumWebSubscriptionContentFormatModes


  • public interface EnumWebSubscriptionContentFormatModes
    This interface specifies constants that define how much of the Report services document, which has group by units, should be delivered.
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • FORMAT_MODE_DELIVERY_DEFAULT

        static final int FORMAT_MODE_DELIVERY_DEFAULT
        This indicates that the setting in the document definition should be honored.
        See Also:
        Constant Field Values
      • FORMAT_MODE_DELIVERY_CURRENT_PAGE

        static final int FORMAT_MODE_DELIVERY_CURRENT_PAGE
        This indicates that only the current subset of data should be delivered.
        See Also:
        Constant Field Values
      • FORMAT_MODE_DELIVERY_ALL_PAGES

        static final int FORMAT_MODE_DELIVERY_ALL_PAGES
        This indicates that the entire document should be delivered.
        See Also:
        Constant Field Values
      • FORMAT_MODE_DELIVERY_CURRENT_WINDOW

        static final int FORMAT_MODE_DELIVERY_CURRENT_WINDOW
        This applies only to RW documents. It indicates that all the layouts for the current group by will be delivered
        See Also:
        Constant Field Values
      • FORMAT_MODE_DELIVERY_CURRENT_LAYOUT

        static final int FORMAT_MODE_DELIVERY_CURRENT_LAYOUT
        This applies only to RW documents. It indicates that the current layout for all group by selections will be delivered
        See Also:
        Constant Field Values