Interface EnumRWExecutionModes


  • public interface EnumRWExecutionModes
    Execution mode constants. These constants are used for defining how a report writing document should be executed.
    Since:
    MicroStrategy Web 8.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int RW_MODE_CSV  
      static int RW_MODE_DATA
      Data (view) execution mode This should be used when the user intends to bring back data for the document
      static int RW_MODE_DESIGN
      Design execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of document
      static int RW_MODE_DETAILS
      Details execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved.
      static int RW_MODE_EXCEL
      Excel export execution mode This should be used when the user wants to view the EXCEL data for the document
      static int RW_MODE_FLASH_BINARY_VIEW
      Flash binary execution mode This should be used when the flash is required to hit cache more often
      static int RW_MODE_FLASH_EXPORT
      Export to Flash execution mode This should be used when the user wants to export the document in Flash mode
      static int RW_MODE_FLASH_VIEW
      Flash view execution mode This should be used when the user wants to view the document in Flash mode
      static int RW_MODE_MSTR
      Export to mstr execution mode This should be used when exporting to .mstr file
      static int RW_MODE_PDF
      PDF export execution mode This should be used when the user wants to view the PDF data for the document
      static int RW_MODE_SAVE
      Save as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved.
      static int RW_MODE_SUBSCRIBE  
    • Field Detail

      • RW_MODE_DATA

        static final int RW_MODE_DATA
        Data (view) execution mode This should be used when the user intends to bring back data for the document
        See Also:
        Constant Field Values
      • RW_MODE_DESIGN

        static final int RW_MODE_DESIGN
        Design execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of document
        See Also:
        Constant Field Values
      • RW_MODE_PDF

        static final int RW_MODE_PDF
        PDF export execution mode This should be used when the user wants to view the PDF data for the document
        See Also:
        Constant Field Values
      • RW_MODE_EXCEL

        static final int RW_MODE_EXCEL
        Excel export execution mode This should be used when the user wants to view the EXCEL data for the document
        See Also:
        Constant Field Values
      • RW_MODE_SAVE

        static final int RW_MODE_SAVE
        Save as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved.
        See Also:
        Constant Field Values
      • RW_MODE_DETAILS

        static final int RW_MODE_DETAILS
        Details execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • RW_MODE_FLASH_EXPORT

        static final int RW_MODE_FLASH_EXPORT
        Export to Flash execution mode This should be used when the user wants to export the document in Flash mode
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • RW_MODE_FLASH_VIEW

        static final int RW_MODE_FLASH_VIEW
        Flash view execution mode This should be used when the user wants to view the document in Flash mode
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • RW_MODE_FLASH_BINARY_VIEW

        static final int RW_MODE_FLASH_BINARY_VIEW
        Flash binary execution mode This should be used when the flash is required to hit cache more often
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • RW_MODE_MSTR

        static final int RW_MODE_MSTR
        Export to mstr execution mode This should be used when exporting to .mstr file
        Since:
        MicroStrategy Web 9.5
        See Also:
        Constant Field Values