Interface WebReportExecutionSettings


  • public interface WebReportExecutionSettings
    Since:
    MicroStrategy Web 8.0.2
    • Method Detail

      • setReportID

        void setReportID​(java.lang.String reportID)
        // * Sets the report DSSID
        Parameters:
        reportID - the report DSSID
      • getReportID

        java.lang.String getReportID()
        Returns:
        the report DSSID
      • setSource

        void setSource​(java.lang.String id,
                       int type)
        Sets the source
        Parameters:
        id - the DSSID of the source
        type - the type. A value from EnumWebReportSourceType
      • getSourceID

        java.lang.String getSourceID()
        Returns:
        the source report DSSID
      • setExecutionMode

        void setExecutionMode​(int mode)
        Sets the execution mode
        Parameters:
        mode - the execution mode. A value from EnumExecutionMode
      • getExecutionMode

        int getExecutionMode()
        Returns:
        the execution mode. A value from EnumExecutionMode