SRSReportRun.getQueriesFromDocument Method [AX 2012]

Builds a map of the Microsoft Dynamics AX queries that a VS Reporting Tools for AX report uses.

private Map getQueriesFromDocument(XmlDocument doc)

Run On

Called

Parameters

doc
Type: XmlDocument Class
The XML document to inspect.

Return Value

Type: Map Class
A map with the key set to the ReportParameter name and value set to the query.

Community Additions

ADD
Show: