Package com.microstrategy.web.objects
Interface WebSubscriptionContentReportProperties
-
- All Superinterfaces:
WebSubscriptionContentProperties
- All Known Subinterfaces:
WebSubscriptionContentReport
public interface WebSubscriptionContentReportProperties extends WebSubscriptionContentProperties
This interface specifies content properties for the report case- Since:
- MicroStrategy Web 7.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getViewMode()
This returns the view mode as defined by one of the VIEW_MODE constants inEnumWebReportViewMode
void
setViewMode(int viewMode)
sets the view mode of the report.-
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionContentProperties
getContentType, getFormat, getFormatMode, isFormatCompressed, setCompressed, setFormat, setFormatMode
-
-
-
-
Method Detail
-
getViewMode
int getViewMode()
This returns the view mode as defined by one of the VIEW_MODE constants inEnumWebReportViewMode
- Returns:
- the view mode
-
setViewMode
void setViewMode(int viewMode)
sets the view mode of the report.- Parameters:
viewMode
- one of the values fromEnumWebReportViewMode
-
-