Packagecom.esri.bacore
Classpublic class ReportTemplateInfo
InheritanceReportTemplateInfo Inheritance Object

The ReportTemplateInfo class contains information about a report template including its title, category, output formats, and name.



Public Properties
 PropertyDefined By
  category : String
[read-only] Report category associated with this template.
ReportTemplateInfo
  formats : Array
[read-only] Array of available formats for this report template.
ReportTemplateInfo
  name : String
[read-only] Report name associated with this template.
ReportTemplateInfo
  title : String
[read-only] Report title associated with this template.
ReportTemplateInfo
Public Methods
 MethodDefined By
  
ReportTemplateInfo(name:String, category:String, title:String, formats:Array)
Creates a new instance of the ReportTemplateInfo class.
ReportTemplateInfo
Property Detail
categoryproperty
category:String  [read-only]

Report category associated with this template.


Implementation
    public function get category():String
formatsproperty 
formats:Array  [read-only]

Array of available formats for this report template. This property is used in the Business Analyst Online Flex API.


Implementation
    public function get formats():Array
nameproperty 
name:String  [read-only]

Report name associated with this template.


Implementation
    public function get name():String
titleproperty 
title:String  [read-only]

Report title associated with this template.


Implementation
    public function get title():String
Constructor Detail
ReportTemplateInfo()Constructor
public function ReportTemplateInfo(name:String, category:String, title:String, formats:Array)

Creates a new instance of the ReportTemplateInfo class.

Parameters
name:String — Report name associated with this template.
 
category:String — Report category associated with this template.
 
title:String — Report title associated with this template.
 
formats:Array — Array of available formats for this report template or null.