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.

Syntax

private str getFieldAliasFromParameterValidValues(XmlDocument doc, XmlElement reportParameterElement)

Run On

Called

Parameters

  • 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.

Return Value

Type: str
A string that represents the table field alias.

See Also

Reference

SRSReportRun Class