Share via


SrsAutoReportController.reportRdlNamespaceManager Method [AX 2012]

Creates an XmlNamespaceManager object that is used for XPath lookup.

Syntax

private XmlNamespaceManager reportRdlNamespaceManager(XmlDocument reportRdlDocument)

Run On

Client

Parameters

  • reportRdlDocument
    Type: XmlDocument Class
    The XmlDocument object that contains the report RDL.

Return Value

Type: XmlNamespaceManager Class
The XmlNamespaceManager object that was created.

See Also

Reference

SrsAutoReportController Class