com.microstrategy.webapi.EnumDSSXMLDrillOption |
the enumeration drill optoin controls as to how the user wants to perform the drill. He can either perform the drill within the current document instance or he can perform the drill out of the current document instance to a new report.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlDrillOptionOut | Signifies that the drill has to be performed outside of the current document to a new report. | |||||||||
int | DssXmlDrillOptionReserved | Reserved for further use. | |||||||||
int | DssXmlDrillOptionWithin | Signifies that the drill has to be performed within the current document. |
Signifies that the drill has to be performed outside of the current document to a new report.
Reserved for further use.
Signifies that the drill has to be performed within the current document.