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

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.

Community Additions

ADD
Show: