| Package | com.esri.bacore |
| Class | public class ReportInfo |
| Inheritance | ReportInfo Object |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
ReportInfo(url:String, format:String, templateName:String)
Creates a new instance of ReportInfo object. | ReportInfo | ||
| format | property |
format:String [read-only] The output report format.
public function get format():String| templateName | property |
templateName:String [read-only] The output report template name.
public function get templateName():String| url | property |
url:String [read-only] The output report URL.
public function get url():String| ReportInfo | () | Constructor |
public function ReportInfo(url:String, format:String, templateName:String)Creates a new instance of ReportInfo object.
Parametersurl:String — URL of the output report.
| |
format:String — Format of the output report.
| |
templateName:String — Name of the output report.
|