Packagecom.esri.baserver
Classpublic class ReportHeader
InheritanceReportHeader Inheritance BAReportHeader Inheritance Object

The ReportHeader class specifies custom report header options available with summary reports in the Business Analyst Server API.



Public Properties
 PropertyDefined By
  address : String
Store address text.
ReportHeader
  areaDesc2 : String
Deprecated Since Community Analyst API for Flex 2.2: Please Use areaDescription
Area description text.
ReportHeader
  areaDescription : String
Area description text.
ReportHeader
  binaryLogo : ByteArray
Custom logo graphic specified as an array of bytes.
ReportHeader
 InheritedcustomHeaders : 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
 Inheritedsubtitle : String
Report subtitle.
BAReportHeader
Public Methods
 MethodDefined By
  
ReportHeader(subtitle:String = null)
Creates a new instance of report header options.
ReportHeader
Property Detail
addressproperty
address:String

Store address text.


Implementation
    public function get address():String
    public function set address(value:String):void
areaDesc2property 
areaDesc2:String
Deprecated Since Community Analyst API for Flex 2.2: Please Use areaDescription

Area description text.


Implementation
    public function get areaDesc2():String
    public function set areaDesc2(value:String):void
areaDescriptionproperty 
areaDescription:String

Since : Community Analyst API for Flex 2.2.

Area description text.


Implementation
    public function get areaDescription():String
    public function set areaDescription(value:String):void
binaryLogoproperty 
binaryLogo:ByteArray

Custom 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.


Implementation
    public function get binaryLogo():ByteArray
    public function set binaryLogo(value:ByteArray):void
latitudeproperty 
latitude:String

Store latitude text.


Implementation
    public function get latitude():String
    public function set latitude(value:String):void
locationNameproperty 
locationName:String

Custom location name.


Implementation
    public function get locationName():String
    public function set locationName(value:String):void
logoproperty 
logo:String

Since : Community 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.


Implementation
    public function get logo():String
    public function set logo(value:String):void
longitudeproperty 
longitude:String

Store longitude text.


Implementation
    public function get longitude():String
    public function set longitude(value:String):void
reportStyleproperty 
reportStyle:String

Style to get the report in. Available styles are "Screen" and "Paper".

The default value is "Screen".


Implementation
    public function get reportStyle():String
    public function set reportStyle(value:String):void
Constructor Detail
ReportHeader()Constructor
public function ReportHeader(subtitle:String = null)

Creates a new instance of report header options.

Parameters
subtitle:String (default = null) — Report subtitle.