SRSReportRun.addAOTQueriesFromDocument Method [AX 2012]
Searches the report definition language (RDL) document and adds QueryMetadata queries to the Map object.
private void addAOTQueriesFromDocument(
XmlElement rootElement,
XmlNamespaceManager nsmgr,
Map queryMap)
Run On
CalledParameters
- rootElement
- Type: XmlElement Class
The RDL document root element.
- nsmgr
- Type: XmlNamespaceManager Class
The XMLNamespaceManager object of the RDL document.
- queryMap
- Type: Map Class
The Map object to add the query to.
Community Additions
ADD
Show: