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