Package com.microstrategy.webapi
Interface EnumDSSXMLPrintLocationType
-
public interface EnumDSSXMLPrintLocationTypeThis interface defines the enumeration constants used to specify the print location type- Since:
- MicroStrategy Web cloud OM branch
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXMLPrintLocationTypeFileSpecify the print location type as filestatic intDssXMLPrintLocationTypePrinterSpecify the print location type as printer
-
-
-
Field Detail
-
DssXMLPrintLocationTypePrinter
static final int DssXMLPrintLocationTypePrinter
Specify the print location type as printer- See Also:
- Constant Field Values
-
DssXMLPrintLocationTypeFile
static final int DssXMLPrintLocationTypeFile
Specify the print location type as file- See Also:
- Constant Field Values
-
-