Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C#
![]() |
---|
public XmlElement AddChildElement ( |
Visual Basic
![]() |
---|
Public Function AddChildElement( _ |
The desired name of the new node.
The parent element of the newly created node.
A .NET XmlElement object representing the newly created element.