Softerra LDAP Administrator HelpShow AllHide All

<enumerator> element

Specifies a set of possible string values for the report user parameter.

<reports>
   <report>
      <userParameters>
         <enumerator>
<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>

Remarks:

On the report dialog, this parameter is displayed as a combo-box where the user can select one of the values specified.

Attributes

AttributeDescription
id Required attribute. Identifies the user parameter. The value is used to join report parameters with filter parameters.

Child Elements

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

Parent Elements

ElementDescription
<userParameters> Specifies parameters that are used in a parameterized search filter.