| Package | com.esri.bacore |
| Class | public class ReportTemplateInfo |
| Inheritance | ReportTemplateInfo Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| category : String [read-only]
Report category associated with this template. | ReportTemplateInfo | ||
| formats : Array [read-only]
Array of supported formats for this report template. | ReportTemplateInfo | ||
| headers : Array [read-only]
Array of supported header options 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, headers: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 supported formats for this report template.
public function get formats():Array| headers | property |
headers:Array [read-only] Array of supported header options for this report template. This property is used in the Business Analyst Server API only.
public function get headers():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, headers: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 supported formats for this report template.
| |
headers:Array — Array of supported header options for this report template.
|