SRSReportRun::getReportParametersFromWebService Method [AX 2012]

Retrieves the report parameters from the Reporting Services Web service.

Syntax

client private static str getReportParametersFromWebService(str _reportPath)

Run On

Client

Parameters

  • _reportPath
    Type: str
    The Reporting Services path of the report.

Return Value

Type: str
An XML string that contains the XMLSerialized object array of ReportParameter objects.

See Also

Reference

SRSReportRun Class