Package com.microstrategy.web.objects.rw
Class EnumRWExportRanges
- java.lang.Object
 - 
- com.microstrategy.web.objects.rw.EnumRWExportRanges
 
 
- 
public class EnumRWExportRanges extends java.lang.ObjectEnumeration for setting whether to export the current layout or all layouts when exporting a report services document.
Set on theRWExcelExportSettings- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intRW_EXPORT_ALLSpecifies IServer to export all layouts.static intRW_EXPORT_CURRENT_LAYOUTSpecifies IServer to export only the current layout. 
- 
Constructor Summary
Constructors Constructor Description EnumRWExportRanges() 
 - 
 
- 
- 
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
 
 
 - 
 
 -