Packagecom.esri.bacore
Classpublic class ReportInfo
InheritanceReportInfo Inheritance Object

The ReportInfo class encapsulates a single report from a response of a Community Analyst Task.

See also

TaskResultOutput


Public Properties
 PropertyDefined By
  format : String
[read-only] The output report format.
ReportInfo
  templateName : String
[read-only] The output report template name.
ReportInfo
  url : String
[read-only] The output report URL.
ReportInfo
Public Methods
 MethodDefined By
  
ReportInfo(url:String, format:String, templateName:String)
Creates a new instance of ReportInfo object.
ReportInfo
Property Detail
formatproperty
format:String  [read-only]

The output report format.


Implementation
    public function get format():String
templateNameproperty 
templateName:String  [read-only]

The output report template name.


Implementation
    public function get templateName():String
urlproperty 
url:String  [read-only]

The output report URL.


Implementation
    public function get url():String
Constructor Detail
ReportInfo()Constructor
public function ReportInfo(url:String, format:String, templateName:String)

Creates a new instance of ReportInfo object.

Parameters
url:String — URL of the output report.
 
format:String — Format of the output report.
 
templateName:String — Name of the output report.