Share via


SRSProxy.getReportParameters Method [AX 2012]

Calls the GetReportParameters of the method ReportingServices Web service for a report that has the specified path.

Syntax

public str getReportParameters(str _reportPath, [Map _nameValuePairs])

Run On

Called

Parameters

  • _reportPath
    Type: str
    The path of the report.
  • _nameValuePairs
    Type: Map Class
    A map of parameter String values that are keyed by parameter names.

Return Value

Type: str
The XmlSerialized array of ReportParameter objects.

See Also

Reference

SRSProxy Class