Moxi Media Inc.
<select-report> Discussion Forum

IMF Developer's Guide » Layer Configuration » <select-report>  

The <select-report> element is used to define multiple reports that can be selected by the user during a select action. When used, this element should appear multiple times.

Frequency Parent Elements (the <select-report> element is valid within):
PO+ <layer>
   

Attributes Description
description The name of the report for display to the user when selecting the report. Required.
handler The name of a URL that is executed when the user clicks the link. The URL can start with the special variable $FRAMEWORK to specify that the document is relative to the IMF installation directory. Absolute URLs may also be used. URLs that don't start with http: or $FRAMEWORK are resolved relative to the location of the XML file. Required.
key-fields A list of fields used in the routine specified in the type attribute. The field names in the text string should be separated by commas with no extra spacing. Must match the FULL name of the fields in the feature layer. In the case of SDE layers, the full name is the OWNER.TABLE.COLUMN format. Required.
name A unique (within a layer element) internal name for this report. This isn't shown to the user. Required.
popup Sets whether the report is shown in a separate browser window. The default is "false" which means that the results are shown in the data frame. Valid values are "true" or "false".
type The report type. Valid values are "custom", "default", "tabular", "urlFieldValues", "urlMultipleFieldValues" or "urlTable". Required.
   

Frequency Description (in this context)
PO+ The <select-report> element may appear zero or more than once within the <layer> element.