Share via


SrsAutoReportController.replaceXmlDocumentValue Method [AX 2012]

Replaces the current value of all xml nodes containing that value with a new value.

Syntax

private void replaceXmlDocumentValue(
    XmlDocument xmlDoc, 
    XmlNamespaceManager nsmgr, 
    str oldValue, 
    str newValue, 
   [boolean isExactMatch])

Run On

Client

Parameters

  • oldValue
    Type: str
    The old value to replace.
  • newValue
    Type: str
    The new value.
  • isExactMatch
    Type: boolean
    A value indicating if the string in the oldValue parameter is an exact match or not; optional. Default value is true. If false, then the value in the oldValue parameter is used as a substing search.

See Also

Reference

SrsAutoReportController Class