Package com.microstrategy.webapi
Interface EnumDSSXMLCurrentElementAction
-
public interface EnumDSSXMLCurrentElementAction
Constants for the Current Element Action parameter of the Set Next Current Elemement manipulation.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlCurrentElementActionFirst
Go to first group by pagestatic int
DssXmlCurrentElementActionLast
Go to last group by pagestatic int
DssXmlCurrentElementActionNext
Go to previous group by pagestatic int
DssXmlCurrentElementActionPrevious
Go to next group by pagestatic int
DssXmlCurrentElementActionReserved
Reserved
-
-
-
Field Detail
-
DssXmlCurrentElementActionReserved
static final int DssXmlCurrentElementActionReserved
Reserved- See Also:
- Constant Field Values
-
DssXmlCurrentElementActionFirst
static final int DssXmlCurrentElementActionFirst
Go to first group by page- See Also:
- Constant Field Values
-
DssXmlCurrentElementActionLast
static final int DssXmlCurrentElementActionLast
Go to last group by page- See Also:
- Constant Field Values
-
DssXmlCurrentElementActionPrevious
static final int DssXmlCurrentElementActionPrevious
Go to next group by page- See Also:
- Constant Field Values
-
DssXmlCurrentElementActionNext
static final int DssXmlCurrentElementActionNext
Go to previous group by page- See Also:
- Constant Field Values
-
-