Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public XmlElement AddChildElement ( |
Visual Basic
Copy Code
|
|---|
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.
See Also