Package com.microstrategy.webapi
Interface EnumDSSXMLExecutionFlagsExtension
-
public interface EnumDSSXMLExecutionFlagsExtension
This interface defines the enumeration constants used to specify the execution flags extension used to execute reports against the report server.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssExecutionFlagsExtensionCreateCube
Indicates the execution is used to create an intelligent cubestatic int
DssExecutionFlagsExtensionReserved
-
-
-
Field Detail
-
DssExecutionFlagsExtensionReserved
static final int DssExecutionFlagsExtensionReserved
- See Also:
- Constant Field Values
-
DssExecutionFlagsExtensionCreateCube
static final int DssExecutionFlagsExtensionCreateCube
Indicates the execution is used to create an intelligent cube- See Also:
- Constant Field Values
-
-