Package com.microstrategy.webapi
Interface EnumDssXMLReportState
-
public interface EnumDssXMLReportState
This interface defines the enumeration constants used to specify the varios bits in the state of the report instance.- Since:
- MicroStrategy Web 8.0.2
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlReportDrillInstance
Specifies the bit in the state which indicates if the report is drilled or not.
-
-
-
Field Detail
-
DssXmlReportDrillInstance
static final int DssXmlReportDrillInstance
Specifies the bit in the state which indicates if the report is drilled or not.- See Also:
- Constant Field Values
-
-