SRSReportParameter.addValidValue Method [AX 2012]

Add valid value

Syntax

public void addValidValue(str key, str value)

Run On

Called

Parameters

  • key
    Type: str
    the key in the key/value pair.
  • value
    Type: str
    the value in the key/value pair.

Remarks

add the key/value pair to both container, adding the pair to the map is necessary

See Also

Reference

SRSReportParameter Class