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
- doc
Type: XmlDocument Class
The XML document that contains parameter definitions.
Return Value
Type: Map Class
A map that contains the parameter names and SRSReportParameter objects.