SRSReportRun::parameterValueArray Method [AX 2012]

Creates an ArrayList object and fills it with the report parameters.

Syntax

client server private static CLRObject parameterValueArray(Map reportParameters)

Run On

ClientOrServer

Parameters

  • reportParameters
    Type: Map Class
    A map of SRSReportParameter objects to add to the ArrayList object.

Return Value

Type: CLRObject Class
An ArrayList object that contains SRSReportParameter objects that represent the parameters for the report.

See Also

Reference

SRSReportRun Class