| Package | com.esri.bao |
| 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
Latitude field text. | ReportHeader | ||
| latitudeName : String
Custom name of the report latitude field. | ReportHeader | ||
| latitudeValue : String
Value assigned to the report latitude field. | ReportHeader | ||
| locationName : String
Custom location name. | ReportHeader | ||
| logo : String
Custom logo specified as a complete URL reference. | ReportHeader | ||
| longitude : String
Longitude field text. | ReportHeader | ||
| longitudeName : String
Custom name of the report longitude field. | ReportHeader | ||
| longitudeValue : String
Value assigned to the report longitude field. | ReportHeader | ||
![]() | subtitle : String
Report subtitle. | BAReportHeader | |
| title : String
Custom report title. | ReportHeader | ||
| Method | Defined By | ||
|---|---|---|---|
ReportHeader(subtitle:String = null)
Creates a new instance of report header options. | ReportHeader | ||
| address | property |
address:String| Since : | Business Analyst API for Flex 2.2. |
Store 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:StringLatitude field text.
public function get latitude():String public function set latitude(value:String):void| latitudeName | property |
latitudeName:StringCustom name of the report latitude field.
Since Business Analyst API for Flex 2.2, the latitudeName and latitudeValue
properties are replaced with the latitude value, but they could be still used for assignment
the latitude name and value separately. If you don't assign the latitude property value,
but assign the latitudeValue instead, the latitude property will be combined as
latitudeName + ": " + latitudeValue when this class instance will be serialized to request
parameters.
The default value is "Latitude".
public function get latitudeName():String public function set latitudeName(value:String):void| latitudeValue | property |
latitudeValue:StringValue assigned to the report latitude field.
Since Business Analyst API for Flex 2.2, the latitudeName and latitudeValue
properties are replaced with the latitude value, but they could be still used for assignment
the latitude name and value separately. If you don't assign the latitude property value,
but assign the latitudeValue instead, the latitude property will be combined as
latitudeName + ": " + latitudeValue when this class instance will be serialized to request
parameters.
public function get latitudeValue():String public function set latitudeValue(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:StringLongitude field text.
public function get longitude():String public function set longitude(value:String):void| longitudeName | property |
longitudeName:StringCustom name of the report longitude field.
Since Business Analyst API for Flex 2.2, the longitudeName and longitudeValue
properties are replaced with the longitude value, but they could be still used for assignment
the longitude name and value separately. If you don't assign the longitude property value,
but assign the longitudeValue instead, the longitude property will be combined as
longitudeName + ": " + longitudeValue when this class instance will be serialized to request
parameters.
The default value is "Longitude".
public function get longitudeName():String public function set longitudeName(value:String):void| longitudeValue | property |
longitudeValue:StringValue assigned to the report longitude field.
Since Business Analyst API for Flex 2.2, the longitudeName and longitudeValue
properties are replaced with the longitude value, but they could be still used for assignment
the longitude name and value separately. If you don't assign the longitude property value,
but assign the longitudeValue instead, the longitude property will be combined as
longitudeName + ": " + longitudeValue when this class instance will be serialized to request
parameters.
public function get longitudeValue():String public function set longitudeValue(value:String):void| title | property |
title:String| Since : | Business Analyst API for Flex 2.2. |
Custom report title.
public function get title():String public function set title(value:String):void| ReportHeader | () | Constructor |
public function ReportHeader(subtitle:String = null)Creates a new instance of report header options.
Parameterssubtitle:String (default = null) — Custom report subtitle.
|