Package com.microstrategy.web.objects.rw
Interface EnumRWGroupByLevels
-
public interface EnumRWGroupByLevels
Group by level constants- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
RWLEVEL_BODY
The level for body (details) groupstatic int
RWLEVEL_GROUP_END
The maximum possible value of group levelstatic int
RWLEVEL_GROUP_START
Starting value for the real groups.static int
RWLEVEL_LAYOUT
Layout level (for multi-layout documentsstatic int
RWLEVEL_PAGE
Page level (page header and footer)static int
RWLEVEL_REPORT
Report 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_START
level value. The next one will beRWLEVEL_GROUP_START + 1
and 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
-
-