The following tables list the members exposed by ReportHeader.
Name | Description | |
---|---|---|
![]() | ReportHeader Constructor | Overloaded. Initializes a new instance of the ReportHeader class. |
Name | Description | |
---|---|---|
![]() | Address | Store address text. |
![]() | AreaDesc2 | Area description text. |
![]() | AreaDescription | Area description text. Since Business Analyst API for Silverlight 2.2. |
![]() | BinaryLogo | 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. |
![]() | CustomHeaders | Custom report header options. (Inherited from ESRI.ArcGIS.Client.BACore.BAReportHeader) |
![]() | Latitude | Store latitude text. |
![]() | LocationName | Custom location name. |
![]() | Logo | 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.Since Business Analyst API for Silverlight 2.2. |
![]() | Longitude | Store longitude text. |
![]() | ReportStyle | Style to get the report in. Available styles are "Screen" and "Paper". Default: "Screen" . |
![]() | Subtitle | Report subtitle. (Inherited from ESRI.ArcGIS.Client.BACore.BAReportHeader) |
Name | Description | |
---|---|---|
![]() | ToDictionary | Overridden. Converts all specified report header options to a dictionary. |
Name | Description | |
---|---|---|
![]() | AddOption | Adds an option to the dictionary if this option is specified. (Inherited from ESRI.ArcGIS.Client.BACore.BAReportHeader) |