Softerra LDAP Administrator Help | Show AllHide All |
Specifies a set of possible string values for the report user parameter.
<reports><reports> <report> <userParameters> <enumerator id="parameter id"> <name lang="[en|de]>...</name> <description lang="[en|de]">...</description> <possibleValues> <value>...</value> </possibleValues> </enumerator> </userParameters> </report> </reports>
On the report dialog, this parameter is displayed as a combo-box where the user can select one of the values specified.
Attribute | Description |
---|---|
id | Required attribute. Identifies the user parameter. The value is used to join report parameters with filter parameters. |
Element | Description |
---|---|
<name> | Specifies the name of a user parameter. |
<description> | Specifies the description of a user parameter. |
<possibleValues> | This element specifies a set of predefined values used with a report user parameter control. |
Element | Description |
---|---|
<userParameters> | Specifies parameters that are used in a parameterized search filter. |