Share via


SRSReportParameterValidator.errors Method [AX 2012]

Gets or sets a string array that contains report parameter validation error strings.

Syntax

public Array errors([Array value])

Run On

Called

Parameters

  • value
    Type: Array Class
    The new value to use as the errors property; optional. See the SRSReportParameterValidatorBase class for an example.

Return Value

Type: Array Class
The current value of the errors property.

See Also

Reference

SRSReportParameterValidator Interface