Package com.microstrategy.web.objects.rw
Interface EnumRWGroupByLevels
- 
public interface EnumRWGroupByLevelsGroup by level constants- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intRWLEVEL_BODYThe level for body (details) groupstatic intRWLEVEL_GROUP_ENDThe maximum possible value of group levelstatic intRWLEVEL_GROUP_STARTStarting value for the real groups.static intRWLEVEL_LAYOUTLayout level (for multi-layout documentsstatic intRWLEVEL_PAGEPage level (page header and footer)static intRWLEVEL_REPORTReport lever (report header and footer 
 - 
 
- 
- 
Field Detail
- 
RWLEVEL_PAGE
static final int RWLEVEL_PAGE
Page level (page header and footer)- See Also:
 - Constant Field Values
 
 
- 
RWLEVEL_REPORT
static final int RWLEVEL_REPORT
Report lever (report header and footer- See Also:
 - Constant Field Values
 
 
- 
RWLEVEL_LAYOUT
static final int RWLEVEL_LAYOUT
Layout level (for multi-layout documents- Since:
 - MicroStrategy Web 8.1.0
 - See Also:
 - Constant Field Values
 
 
- 
RWLEVEL_GROUP_START
static final int RWLEVEL_GROUP_START
Starting value for the real groups. The firest group in the document will have theRWLEVEL_GROUP_STARTlevel value. The next one will beRWLEVEL_GROUP_START + 1and so on.- See Also:
 - Constant Field Values
 
 
- 
RWLEVEL_GROUP_END
static final int RWLEVEL_GROUP_END
The maximum possible value of group level- See Also:
 - Constant Field Values
 
 
- 
RWLEVEL_BODY
static final int RWLEVEL_BODY
The level for body (details) group- See Also:
 - Constant Field Values
 
 
 - 
 
 -