com.microstrategy.web.objects.EnumWebSubscriptionContentFormatModes |
This interface specifies constants that define how much of the Report services document, which has group by units, should be delivered.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FORMAT_MODE_DELIVERY_ALL_PAGES | This indicates that the entire document should be delivered. | |||||||||
int | FORMAT_MODE_DELIVERY_ALL_PAGES_SEPARATED | Separates each page-by section when expanding all pages. | |||||||||
int | FORMAT_MODE_DELIVERY_CURRENT_LAYOUT | This applies only to RW documents. | |||||||||
int | FORMAT_MODE_DELIVERY_CURRENT_PAGE | This indicates that only the current subset of data should be delivered. | |||||||||
int | FORMAT_MODE_DELIVERY_CURRENT_WINDOW | This applies only to RW documents. | |||||||||
int | FORMAT_MODE_DELIVERY_DEFAULT | This indicates that the setting in the document definition should be honored. |
This indicates that the entire document should be delivered.
Separates each page-by section when expanding all pages. Currently only applicable to
SUBSCRIPTION_CONTENT_FORMAT_EXCEL
,
where each page-by is alloted its own worksheet.
This applies only to RW documents. It indicates that the current layout for all group by selections will be delivered
This indicates that only the current subset of data should be delivered.
This applies only to RW documents. It indicates that all the layouts for the current group by will be delivered
This indicates that the setting in the document definition should be honored.