Interface EnumDSSXMLRWExportFlags


  • public interface EnumDSSXMLRWExportFlags
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • DssXmlRWExportAll

        static final int DssXmlRWExportAll
        Specifies IServer to export all pages.
        See Also:
        Constant Field Values
      • DssXmlRWExportCurrent

        static final int DssXmlRWExportCurrent
        Specifies IServer to export only the current page. For reports, this corresponds to the current page-by. For rw documents, this corresponds to the current group-by.
        See Also:
        Constant Field Values
      • DssXmlRWExportCurrentWindow

        static final int DssXmlRWExportCurrentWindow
        Specifies IServer to export only the current window. For reports, this means the contents of the incremental fetch. For rw documents, this is the same as DssXmlRWExportCurrent.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DssXmlRWExportCurrentLayout

        static final int DssXmlRWExportCurrentLayout
        Specifies IServer to export only the current layout. Only applicable to rw documents.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values