| Package | com.esri.baserver |
| Class | public final class ReportOrientation |
| Inheritance | ReportOrientation BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | ReportOrientation | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | ReportOrientation | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| LANDSCAPE : ReportOrientation [static] Landscape orientation of report. | ReportOrientation | ||
| PORTRAIT : ReportOrientation [static] Portrait orientation of report. | ReportOrientation | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:ReportOrientation = null):ReportOrientationConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:ReportOrientation (default = null) — An enumeration value to be used if the value is not recognized.
|
ReportOrientation — An enumeration item or the default item.
|
| LANDSCAPE | Constant |
public static const LANDSCAPE:ReportOrientationLandscape orientation of report.
| PORTRAIT | Constant |
public static const PORTRAIT:ReportOrientationPortrait orientation of report.