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.
Syntax
private str getFieldAliasFromParameterName(XmlDocument doc, XmlElement reportParameterElement)
Run On
Called
Parameters
- 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.
Return Value
Type: str
A string that represents the table field alias.