Share via


SRSReportRun.getQueriesFromDocument Method [AX 2012]

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

Syntax

private Map getQueriesFromDocument(XmlDocument doc)

Run On

Called

Parameters

Return Value

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

See Also

Reference

SRSReportRun Class