SRSReportRun.reportParameterFromElement Method [AX 2012]
Creates an instance of the SRSReportParameter class based on the contents of a report parameter XML element.
private SRSReportParameter reportParameterFromElement(XmlDocument doc, XmlElement reportParameterElement)
Run On
CalledParameters
- doc
- Type: XmlDocument Class
An instance of the XMLDocument class that contains the parameter.
- reportParameterElement
- Type: XmlElement Class
An instance of the XMLElement class that contains the report parameter definition.
Community Additions
ADD
Show: