Packagecom.esri.bacore
Classpublic class ReportInfo
InheritanceReportInfo Inheritance Object

The ReportInfo class encapsulates a single report from a response of a Business Analyst task.

See also

TaskResultOutput


Public Properties
 PropertyDefined By
  datasetID : String
[read-only] ID of the dataset the report was prepared with.
ReportInfo
  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, datasetID:String = null)
Creates a new instance of ReportInfo object.
ReportInfo
Property Detail
datasetIDproperty
datasetID:String  [read-only]

Since : Business Analyst API for Flex 3.0.

ID of the dataset the report was prepared with.


Implementation
    public function get datasetID():String
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, datasetID:String = null)

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.
 
datasetID:String (default = null) — ID of the dataset the report was prepared with (since Business Analyst API for Flex 3.0).