Share via


SRSReportRun.addAOTQueriesFromDocument Method [AX 2012]

Searches the report definition language (RDL) document and adds QueryMetadata queries to the Map object.

Syntax

private void addAOTQueriesFromDocument(
    XmlElement rootElement, 
    XmlNamespaceManager nsmgr, 
    Map queryMap)

Run On

Called

Parameters

  • queryMap
    Type: Map Class
    The Map object to add the query to.

Remarks

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

See Also

Reference

SRSReportRun Class