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.
private Map getParametersFromRdlDocument(XmlDocument doc)
Run On
CalledParameters
- doc
- Type: XmlDocument Class
The XML document that contains parameter definitions.
Community Additions
ADD
Show: