Share via


SRSReportParameterValidator.validateReportParameters Method [AX 2012]

Validates the parameter values for the parameters of a SRSReportRun object.

Syntax

public Array validateReportParameters(SRSReportRun reportRun)

Run On

Called

Parameters

  • reportRun
    Type: SRSReportRun Class
    The SRSReportRun object that contains parameters to validate.

Return Value

Type: Array Class
A string array that contains validation errors. Empty if no errors occurred.

See Also

Reference

SRSReportParameterValidator Interface