Interface EnumDSSXMLDrillOption


  • public interface EnumDSSXMLDrillOption
    the enumeration drill option 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.
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlDrillOptionOut
      Signifies that the drill has to be performed outside of the current document to a new report.
      static int DssXmlDrillOptionOutAsDossier
      Signifies that the drill has to be performed outside of the current dossier* to a new report that has a dossier instance.
      static int DssXmlDrillOptionReserved
      Reserved for further use.
      static int DssXmlDrillOptionWithin
      Signifies that the drill has to be performed within the current document.
    • Field Detail

      • DssXmlDrillOptionReserved

        static final int DssXmlDrillOptionReserved
        Reserved for further use.
        See Also:
        Constant Field Values
      • DssXmlDrillOptionWithin

        static final int DssXmlDrillOptionWithin
        Signifies that the drill has to be performed within the current document.
        See Also:
        Constant Field Values
      • DssXmlDrillOptionOut

        static final int DssXmlDrillOptionOut
        Signifies that the drill has to be performed outside of the current document to a new report.
        See Also:
        Constant Field Values
      • DssXmlDrillOptionOutAsDossier

        static final int DssXmlDrillOptionOutAsDossier
        Signifies that the drill has to be performed outside of the current dossier* to a new report that has a dossier instance. Used for Report Editor.
        See Also:
        Constant Field Values