Class EnumRWExportRanges


  • public class EnumRWExportRanges
    extends java.lang.Object
    Enumeration for setting whether to export the current layout or all layouts when exporting a report services document.
    Set on the RWExcelExportSettings
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int RW_EXPORT_ALL
      Specifies IServer to export all layouts.
      static int RW_EXPORT_CURRENT_LAYOUT
      Specifies IServer to export only the current layout.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RW_EXPORT_ALL

        public static final int RW_EXPORT_ALL
        Specifies IServer to export all layouts.
        See Also:
        Constant Field Values
      • RW_EXPORT_CURRENT_LAYOUT

        public static final int RW_EXPORT_CURRENT_LAYOUT
        Specifies IServer to export only the current layout.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumRWExportRanges

        public EnumRWExportRanges()