Softerra LDAP Administrator HelpShow AllHide All

<possibleValues> element

This element specifies a set of predefined values used with a report user parameter control.

<reports>
   <report>
      <userParameters>
         <integer>
            <possibleValues>
<reports> 
  <report>
    <userParameters>
      <integer id="parameter id">
        <possibleValues>
          <value>...</value>
        </possibleValues>
      </integer>
    </userParameters>
  </report>
</reports>

Remarks:

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.

Attributes

None.

Child Elements

ElementDescription
<value> Specifies a predefined value of a report user parameter.

Parent Elements

ElementDescription
<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.