SRSReportParameter.validateValue Method [AX 2012]

Validates the report parameter value.

Syntax

public boolean validateValue()

Run On

Called

Return Value

Type: boolean
true if the value is valid; otherwise, false.

Remarks

Validates the value of the report parameter based on various properties of the parameter, e.g., if the parameter has a value of null, this method checks whether that is acceptable, and so on

See Also

Reference

SRSReportParameter Class