SRSReportRun::parameterValueArray Method [AX 2012]
Creates an ArrayList object and fills it with the report parameters.
client server private static CLRObject parameterValueArray(Map reportParameters)
Run On
ClientOrServerParameters
- reportParameters
- Type: Map Class
A map of SRSReportParameter objects to add to the ArrayList object.
Return Value
Type: CLRObject ClassAn ArrayList object that contains SRSReportParameter objects that represent the parameters for the report.
Show: