Appxweb Meta
Home > Developer > Objects > report


meta - AML object declaration extension - AML object declaration package - AML object declaration data - AML object declaration function - AML object declaration view - AML object declaration scalar - AML object declaration array - AML object declaration pointer - AML object declaration script - AML object declaration call_script - AML object declaration render - AML object declaration navigate - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<report>

Figure: Object Chart (report Object Highlighted)
Syntax <report>
Example
 
Element: report
Parent: view
Description: Declaration of a report object used to create custom reports.
Occurs: 0 or unbound. (i. e Within the <view> element the <report> element can occur zero or many times.)
 Attribute: view_id
 Description: Unique alphanumeric indentifier of this report view object.
Value Type: string
Value: user defined
Occurs: 1 (i.e required)
 
Element: html_file
Parent: report
Description: URL of the HTML resource used by the report.
Value Type: URL (parameter)
Value : user defined.
Occurs: 1 (i.e required)
 
Element: template_file
Parent: report
Description: URL of the print template resource used by the report. Refer to the MSDN Print Template documentation for more information about print templates.
Value Type: URL (parameter)
Value : user defined. (Internet Explorer's standard template is used by default.)
Occurs: 0 or 1 (i.e optional)

top