SRSReportRun.getFieldAliasFromParameterValidValues Method [AX 2012]
Retrieves the alias of a field in a table from a report parameter element in the report definition language (RDL) document by inspecting the ValidValues XML element.
private str getFieldAliasFromParameterValidValues(XmlDocument doc, XmlElement reportParameterElement)
Run On
CalledParameters
- doc
- Type: XmlDocument Class
An instance of the XMLDocument class that contains the RDL document.
- reportParameterElement
- Type: XmlElement Class
An instance of the XMLElement class that contains the report parameter.
Community Additions
ADD
Show: