Softerra LDAP Administrator Help | Show AllHide All |
This element specifies a set of predefined values used with a report user parameter control.
<reports><reports> <report> <userParameters> <integer id="parameter id"> <possibleValues> <value>...</value> </possibleValues> </integer> </userParameters> </report> </reports>
This element is only accepted inside <integer>, <longInteger>, <string> and <enumerator> elements. If possible values are defined, the corresponding report parameter control will have a drop down list box filled-in with these values.
Element | Description |
---|---|
<integer> | Specifies an integer report user parameter. |
<longInteger> | Specifies a long integer report user parameter. |
<string> | Specifies a string report user parameter. |
<enumerator> | Specifies a set of possible string values for the report user parameter. |