Interface EnumWebReportExecutionModes


  • public interface EnumWebReportExecutionModes
    This interface lists constants that should be used to define how a report instance should be executed
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • REPORT_MODE_DEFAULT

        static final int REPORT_MODE_DEFAULT
        Indicates the default. This is the value used if some other is not explicitly set on the instance
        See Also:
        Constant Field Values
      • REPORT_MODE_PDF

        static final int REPORT_MODE_PDF
        Indicates that the user intends to view the results of the report in PDF
        See Also:
        Constant Field Values
      • REPORT_MODE_CSV

        @Deprecated
        static final int REPORT_MODE_CSV
        Deprecated.
        Indicates that the user intends to view the results of the report in CSV format.
        See Also:
        Constant Field Values
      • REPORT_MODE_FLASH

        static final int REPORT_MODE_FLASH
        Indicates that the user intends to view the results of the report in flash. Note: the file format used would be MHT
        See Also:
        Constant Field Values