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