| Package | com.esri.bacore |
| Class | public class ReportTemplateInfo |
| Inheritance | ReportTemplateInfo Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
ReportTemplateInfo(name:String, category:String, title:String, formats:Array)
Creates a new instance of the ReportTemplateInfo class. | ReportTemplateInfo | ||
| category | property |
category:String [read-only] Report category associated with this template.
public function get category():String| formats | property |
formats:Array [read-only] Array of available formats for this report template. This property is used in the Business Analyst Online Flex API.
public function get formats():Array| name | property |
name:String [read-only] Report name associated with this template.
public function get name():String| title | property |
title:String [read-only] Report title associated with this template.
public function get title():String| ReportTemplateInfo | () | Constructor |
public function ReportTemplateInfo(name:String, category:String, title:String, formats:Array)Creates a new instance of the ReportTemplateInfo class.
Parametersname: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.
|