Share via


SRSReportRun.getParametersFromRdlDocument Method [AX 2012]

Builds a map of the SRSReportParameter objects that the report uses where: The key is a string value that contains parameter names and the value is a SRSReportParameter object.

Syntax

private Map getParametersFromRdlDocument(XmlDocument doc)

Run On

Called

Parameters

Return Value

Type: Map Class
A map that contains the parameter names and SRSReportParameter objects.

See Also

Reference

SRSReportRun Class