Share via


SRSReportRun.getReportParameterDictField Method [AX 2012]

Retrieves an instance of the DictField class from a report parameter element in the report definition language (RDL) document.

Syntax

private DictField getReportParameterDictField(XmlDocument doc, XmlElement reportParameterElement)

Run On

Called

Parameters

  • doc
    Type: XmlDocument Class
    The 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: DictField Class
The instance of the DictField class on which the report parameter is based; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

SRSReportRun Class