Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.