Package com.microstrategy.web.objects
Interface EnumWebSubscriptionContentFormatModes
- 
public interface EnumWebSubscriptionContentFormatModesThis 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 Summary
Fields Modifier and Type Field Description static intFORMAT_MODE_DELIVERY_ALL_PAGESThis indicates that the entire document should be delivered.static intFORMAT_MODE_DELIVERY_ALL_PAGES_SEPARATEDSeparates each page-by section when expanding all pages.static intFORMAT_MODE_DELIVERY_CURRENT_LAYOUTThis applies only to RW documents.static intFORMAT_MODE_DELIVERY_CURRENT_PAGEThis indicates that only the current subset of data should be delivered.static intFORMAT_MODE_DELIVERY_CURRENT_WINDOWThis applies only to RW documents.static intFORMAT_MODE_DELIVERY_DEFAULTThis indicates that the setting in the document definition should be honored. 
 - 
 
- 
- 
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_ALL_PAGES_SEPARATED
static final int FORMAT_MODE_DELIVERY_ALL_PAGES_SEPARATED
Separates each page-by section when expanding all pages. Currently only applicable toEnumWebSubscriptionContentFormatTypes.SUBSCRIPTION_CONTENT_FORMAT_EXCEL, where each page-by is alloted its own worksheet.- 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
 
 
 - 
 
 -