| Package | com.esri.baserver |
| Class | public class ReportHeader |
| Inheritance | ReportHeader BAReportHeader Object |
| Property | Defined By | ||
|---|---|---|---|
| address : String
Store address text. | ReportHeader | ||
| areaDescription : String
Area description text. | ReportHeader | ||
| binaryLogo : ByteArray
Custom logo graphic specified as an array of bytes. | ReportHeader | ||
![]() | customHeaders : Object [read-only]
Custom report header options. | BAReportHeader | |
| latitude : String
Store latitude text. | ReportHeader | ||
| locationName : String
Custom location name. | ReportHeader | ||
| logo : String
Custom logo specified as a complete URL reference. | ReportHeader | ||
| longitude : String
Store longitude text. | ReportHeader | ||
| reportStyle : String
Style to get the report in. | ReportHeader | ||
![]() | subtitle : String
Report subtitle. | BAReportHeader | |
| Method | Defined By | ||
|---|---|---|---|
ReportHeader(subtitle:String = null)
Creates a new instance of report header options. | ReportHeader | ||
| address | property |
address:StringStore address text.
public function get address():String public function set address(value:String):void| areaDescription | property |
areaDescription:String| Since : | Business Analyst API for Flex 2.2. |
Area description text.
public function get areaDescription():String public function set areaDescription(value:String):void| binaryLogo | property |
binaryLogo:ByteArrayCustom logo graphic specified as an array of bytes.
Custom report headers can include a custom logo graphic. A 200 X 200-pixel GIF
image is recommended for the logo graphic. The logo graphic can be specified as an
array of bytes (binaryLogo) or a complete URL reference to an image
(logo). The binaryLogo and logo
properties are mutually exclusive.
public function get binaryLogo():ByteArray public function set binaryLogo(value:ByteArray):void| latitude | property |
latitude:StringStore latitude text.
public function get latitude():String public function set latitude(value:String):void| locationName | property |
locationName:StringCustom location name.
public function get locationName():String public function set locationName(value:String):void| logo | property |
logo:String| Since : | Business Analyst API for Flex 2.2. |
Custom logo specified as a complete URL reference.
Custom report headers can include a custom logo graphic. A 200 X 200-pixel GIF
image is recommended for the logo graphic. The logo graphic can be specified as an
array of bytes (binaryLogo) or a complete URL reference to an image
(logo). The binaryLogo and logo
properties are mutually exclusive.
public function get logo():String public function set logo(value:String):void| longitude | property |
longitude:StringStore longitude text.
public function get longitude():String public function set longitude(value:String):void| reportStyle | property |
reportStyle:StringStyle to get the report in. Available styles are "Screen" and "Paper".
The default value is "Screen".
public function get reportStyle():String public function set reportStyle(value:String):void| ReportHeader | () | Constructor |
public function ReportHeader(subtitle:String = null)Creates a new instance of report header options.
Parameterssubtitle:String (default = null) — Report subtitle.
|