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

Called

Parameters

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.

These are queries that are used by business logic data methods.

Community Additions

ADD
Show: