|
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 $IMF 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 $IMF 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", "tabular", "default", "urlFieldValues",
"urlMultipleFieldValues" or "urlTable". Required.
|
| |
|